Freigeben über


Int64DataFrameColumn.ElementwiseGreaterThan Methode

Definition

Überlädt

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

ElementwiseGreaterThan(Decimal)

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

Parameter

value
Decimal

Gibt zurück

Gilt für:

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

Parameter

value
UInt16

Gibt zurück

Gilt für:

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

Parameter

value
Single

Gibt zurück

Gilt für:

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

Parameter

value
SByte

Gibt zurück

Gilt für:

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

Parameter

value
Int64

Gibt zurück

Gilt für:

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

Parameter

value
Int32

Gibt zurück

Gilt für:

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

Parameter

value
Int16

Gibt zurück

Gilt für:

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

Parameter

value
Double

Gibt zurück

Gilt für:

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

Parameter

value
Byte

Gibt zurück

Gilt für:

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

Parameter

value
UInt32

Gibt zurück

Gilt für:

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

Parameter

Gibt zurück

Gilt für:

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

Parameter

Gibt zurück

Gilt für:

ElementwiseGreaterThan(DecimalDataFrameColumn)

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

Parameter

Gibt zurück

Gilt für:

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

Parameter

Gibt zurück

Gilt für:

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

Parameter

Gibt zurück

Gilt für:

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

Parameter

Gibt zurück

Gilt für:

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

Parameter

Gibt zurück

Gilt für:

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

Parameter

Gibt zurück

Gilt für:

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

Parameter

Gibt zurück

Gilt für:

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

Parameter

Gibt zurück

Gilt für: