Sdílet prostřednictvím


PrimitiveDataFrameColumn<T>.ElementwiseGreaterThan Metoda

Definice

Přetížení

ElementwiseGreaterThan(DataFrameColumn)

Provádí prvek moudrý než

ElementwiseGreaterThan<U>(U)

Provede prvek s větší hodnotou než u každé hodnoty ve sloupci.

ElementwiseGreaterThan(DataFrameColumn)

Provádí prvek moudrý než

public override Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool> ElementwiseGreaterThan (Microsoft.Data.Analysis.DataFrameColumn column);
override this.ElementwiseGreaterThan : Microsoft.Data.Analysis.DataFrameColumn -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
Public Overrides Function ElementwiseGreaterThan (column As DataFrameColumn) As PrimitiveDataFrameColumn(Of Boolean)

Parametry

Návraty

Platí pro

ElementwiseGreaterThan<U>(U)

Provede prvek s větší hodnotou než u každé hodnoty ve sloupci.

public override Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool> ElementwiseGreaterThan<U> (U value);
override this.ElementwiseGreaterThan : 'U -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
Public Overrides Function ElementwiseGreaterThan(Of U) (value As U) As PrimitiveDataFrameColumn(Of Boolean)

Parametry typu

U

Parametry

value
U

Návraty

Platí pro