BooleanDataFrameColumn.ElementwiseGreaterThan Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ElementwiseGreaterThan(BooleanDataFrameColumn) | |
ElementwiseGreaterThan(Boolean) |
ElementwiseGreaterThan(BooleanDataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan(Microsoft.Data.Analysis.BooleanDataFrameColumn column);
override this.ElementwiseGreaterThan : Microsoft.Data.Analysis.BooleanDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (column As BooleanDataFrameColumn) As BooleanDataFrameColumn
Parameter
- column
- BooleanDataFrameColumn
Gibt zurück
Gilt für:
ElementwiseGreaterThan(Boolean)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan(bool value);
override this.ElementwiseGreaterThan : bool -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (value As Boolean) As BooleanDataFrameColumn
Parameter
- value
- Boolean