Compartir a través de


DoubleDataFrameColumn.ElementwiseGreaterThan Método

Definición

Sobrecargas

ElementwiseGreaterThan(Double)
ElementwiseGreaterThan(UInt32)
ElementwiseGreaterThan(UInt16)
ElementwiseGreaterThan(Single)
ElementwiseGreaterThan(SByte)
ElementwiseGreaterThan(Int64)
ElementwiseGreaterThan(Int32)
ElementwiseGreaterThan(Int16)
ElementwiseGreaterThan(Byte)
ElementwiseGreaterThan(UInt64)
ElementwiseGreaterThan(UInt32DataFrameColumn)
ElementwiseGreaterThan(ByteDataFrameColumn)
ElementwiseGreaterThan(DoubleDataFrameColumn)
ElementwiseGreaterThan(Int16DataFrameColumn)
ElementwiseGreaterThan(Int32DataFrameColumn)
ElementwiseGreaterThan(UInt64DataFrameColumn)
ElementwiseGreaterThan(SByteDataFrameColumn)
ElementwiseGreaterThan(SingleDataFrameColumn)
ElementwiseGreaterThan(UInt16DataFrameColumn)
ElementwiseGreaterThan(Int64DataFrameColumn)

ElementwiseGreaterThan(Double)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan (double value);
override this.ElementwiseGreaterThan : double -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (value As Double) As BooleanDataFrameColumn

Parámetros

value
Double

Devoluciones

Se aplica a

ElementwiseGreaterThan(UInt32)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan (uint value);
override this.ElementwiseGreaterThan : uint32 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (value As UInteger) As BooleanDataFrameColumn

Parámetros

value
UInt32

Devoluciones

Se aplica a

ElementwiseGreaterThan(UInt16)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan (ushort value);
override this.ElementwiseGreaterThan : uint16 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (value As UShort) As BooleanDataFrameColumn

Parámetros

value
UInt16

Devoluciones

Se aplica a

ElementwiseGreaterThan(Single)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan (float value);
override this.ElementwiseGreaterThan : single -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (value As Single) As BooleanDataFrameColumn

Parámetros

value
Single

Devoluciones

Se aplica a

ElementwiseGreaterThan(SByte)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan (sbyte value);
override this.ElementwiseGreaterThan : sbyte -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (value As SByte) As BooleanDataFrameColumn

Parámetros

value
SByte

Devoluciones

Se aplica a

ElementwiseGreaterThan(Int64)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan (long value);
override this.ElementwiseGreaterThan : int64 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (value As Long) As BooleanDataFrameColumn

Parámetros

value
Int64

Devoluciones

Se aplica a

ElementwiseGreaterThan(Int32)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan (int value);
override this.ElementwiseGreaterThan : int -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (value As Integer) As BooleanDataFrameColumn

Parámetros

value
Int32

Devoluciones

Se aplica a

ElementwiseGreaterThan(Int16)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan (short value);
override this.ElementwiseGreaterThan : int16 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (value As Short) As BooleanDataFrameColumn

Parámetros

value
Int16

Devoluciones

Se aplica a

ElementwiseGreaterThan(Byte)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan (byte value);
override this.ElementwiseGreaterThan : byte -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (value As Byte) As BooleanDataFrameColumn

Parámetros

value
Byte

Devoluciones

Se aplica a

ElementwiseGreaterThan(UInt64)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan (ulong value);
override this.ElementwiseGreaterThan : uint64 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (value As ULong) As BooleanDataFrameColumn

Parámetros

value
UInt64

Devoluciones

Se aplica a

ElementwiseGreaterThan(UInt32DataFrameColumn)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan (Microsoft.Data.Analysis.UInt32DataFrameColumn column);
override this.ElementwiseGreaterThan : Microsoft.Data.Analysis.UInt32DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (column As UInt32DataFrameColumn) As BooleanDataFrameColumn

Parámetros

Devoluciones

Se aplica a

ElementwiseGreaterThan(ByteDataFrameColumn)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan (Microsoft.Data.Analysis.ByteDataFrameColumn column);
override this.ElementwiseGreaterThan : Microsoft.Data.Analysis.ByteDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (column As ByteDataFrameColumn) As BooleanDataFrameColumn

Parámetros

Devoluciones

Se aplica a

ElementwiseGreaterThan(DoubleDataFrameColumn)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan (Microsoft.Data.Analysis.DoubleDataFrameColumn column);
override this.ElementwiseGreaterThan : Microsoft.Data.Analysis.DoubleDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (column As DoubleDataFrameColumn) As BooleanDataFrameColumn

Parámetros

Devoluciones

Se aplica a

ElementwiseGreaterThan(Int16DataFrameColumn)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan (Microsoft.Data.Analysis.Int16DataFrameColumn column);
override this.ElementwiseGreaterThan : Microsoft.Data.Analysis.Int16DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (column As Int16DataFrameColumn) As BooleanDataFrameColumn

Parámetros

Devoluciones

Se aplica a

ElementwiseGreaterThan(Int32DataFrameColumn)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan (Microsoft.Data.Analysis.Int32DataFrameColumn column);
override this.ElementwiseGreaterThan : Microsoft.Data.Analysis.Int32DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (column As Int32DataFrameColumn) As BooleanDataFrameColumn

Parámetros

Devoluciones

Se aplica a

ElementwiseGreaterThan(UInt64DataFrameColumn)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan (Microsoft.Data.Analysis.UInt64DataFrameColumn column);
override this.ElementwiseGreaterThan : Microsoft.Data.Analysis.UInt64DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (column As UInt64DataFrameColumn) As BooleanDataFrameColumn

Parámetros

Devoluciones

Se aplica a

ElementwiseGreaterThan(SByteDataFrameColumn)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan (Microsoft.Data.Analysis.SByteDataFrameColumn column);
override this.ElementwiseGreaterThan : Microsoft.Data.Analysis.SByteDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (column As SByteDataFrameColumn) As BooleanDataFrameColumn

Parámetros

Devoluciones

Se aplica a

ElementwiseGreaterThan(SingleDataFrameColumn)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan (Microsoft.Data.Analysis.SingleDataFrameColumn column);
override this.ElementwiseGreaterThan : Microsoft.Data.Analysis.SingleDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (column As SingleDataFrameColumn) As BooleanDataFrameColumn

Parámetros

Devoluciones

Se aplica a

ElementwiseGreaterThan(UInt16DataFrameColumn)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan (Microsoft.Data.Analysis.UInt16DataFrameColumn column);
override this.ElementwiseGreaterThan : Microsoft.Data.Analysis.UInt16DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (column As UInt16DataFrameColumn) As BooleanDataFrameColumn

Parámetros

Devoluciones

Se aplica a

ElementwiseGreaterThan(Int64DataFrameColumn)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan (Microsoft.Data.Analysis.Int64DataFrameColumn column);
override this.ElementwiseGreaterThan : Microsoft.Data.Analysis.Int64DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (column As Int64DataFrameColumn) As BooleanDataFrameColumn

Parámetros

Devoluciones

Se aplica a