Condividi tramite


SByteDataFrameColumn.ElementwiseLessThan Metodo

Definizione

Overload

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

ElementwiseLessThan(Double)

Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThan(double value);
override this.ElementwiseLessThan : double -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseLessThan (value As Double) As BooleanDataFrameColumn

Parametri

value
Double

Restituisce

Si applica a

ElementwiseLessThan(Int16)

Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThan(short value);
override this.ElementwiseLessThan : int16 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseLessThan (value As Short) As BooleanDataFrameColumn

Parametri

value
Int16

Restituisce

Si applica a

ElementwiseLessThan(Int32)

Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThan(int value);
override this.ElementwiseLessThan : int -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseLessThan (value As Integer) As BooleanDataFrameColumn

Parametri

value
Int32

Restituisce

Si applica a

ElementwiseLessThan(Int64)

Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThan(long value);
override this.ElementwiseLessThan : int64 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseLessThan (value As Long) As BooleanDataFrameColumn

Parametri

value
Int64

Restituisce

Si applica a

ElementwiseLessThan(UInt64)

Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThan(ulong value);
override this.ElementwiseLessThan : uint64 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseLessThan (value As ULong) As BooleanDataFrameColumn

Parametri

value
UInt64

Restituisce

Si applica a

ElementwiseLessThan(Single)

Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThan(float value);
override this.ElementwiseLessThan : single -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseLessThan (value As Single) As BooleanDataFrameColumn

Parametri

value
Single

Restituisce

Si applica a

ElementwiseLessThan(UInt16)

Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThan(ushort value);
override this.ElementwiseLessThan : uint16 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseLessThan (value As UShort) As BooleanDataFrameColumn

Parametri

value
UInt16

Restituisce

Si applica a

ElementwiseLessThan(UInt32)

Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThan(uint value);
override this.ElementwiseLessThan : uint32 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseLessThan (value As UInteger) As BooleanDataFrameColumn

Parametri

value
UInt32

Restituisce

Si applica a

ElementwiseLessThan(Decimal)

Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThan(decimal value);
override this.ElementwiseLessThan : decimal -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseLessThan (value As Decimal) As BooleanDataFrameColumn

Parametri

value
Decimal

Restituisce

Si applica a

ElementwiseLessThan(SByte)

Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThan(sbyte value);
override this.ElementwiseLessThan : sbyte -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseLessThan (value As SByte) As BooleanDataFrameColumn

Parametri

value
SByte

Restituisce

Si applica a

ElementwiseLessThan(Byte)

Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThan(byte value);
override this.ElementwiseLessThan : byte -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseLessThan (value As Byte) As BooleanDataFrameColumn

Parametri

value
Byte

Restituisce

Si applica a

ElementwiseLessThan(Int64DataFrameColumn)

Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThan(Microsoft.Data.Analysis.Int64DataFrameColumn column);
override this.ElementwiseLessThan : Microsoft.Data.Analysis.Int64DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseLessThan (column As Int64DataFrameColumn) As BooleanDataFrameColumn

Parametri

Restituisce

Si applica a

ElementwiseLessThan(UInt32DataFrameColumn)

Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThan(Microsoft.Data.Analysis.UInt32DataFrameColumn column);
override this.ElementwiseLessThan : Microsoft.Data.Analysis.UInt32DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseLessThan (column As UInt32DataFrameColumn) As BooleanDataFrameColumn

Parametri

Restituisce

Si applica a

ElementwiseLessThan(DecimalDataFrameColumn)

Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThan(Microsoft.Data.Analysis.DecimalDataFrameColumn column);
override this.ElementwiseLessThan : Microsoft.Data.Analysis.DecimalDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseLessThan (column As DecimalDataFrameColumn) As BooleanDataFrameColumn

Parametri

Restituisce

Si applica a

ElementwiseLessThan(DoubleDataFrameColumn)

Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThan(Microsoft.Data.Analysis.DoubleDataFrameColumn column);
override this.ElementwiseLessThan : Microsoft.Data.Analysis.DoubleDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseLessThan (column As DoubleDataFrameColumn) As BooleanDataFrameColumn

Parametri

Restituisce

Si applica a

ElementwiseLessThan(Int16DataFrameColumn)

Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThan(Microsoft.Data.Analysis.Int16DataFrameColumn column);
override this.ElementwiseLessThan : Microsoft.Data.Analysis.Int16DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseLessThan (column As Int16DataFrameColumn) As BooleanDataFrameColumn

Parametri

Restituisce

Si applica a

ElementwiseLessThan(Int32DataFrameColumn)

Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThan(Microsoft.Data.Analysis.Int32DataFrameColumn column);
override this.ElementwiseLessThan : Microsoft.Data.Analysis.Int32DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseLessThan (column As Int32DataFrameColumn) As BooleanDataFrameColumn

Parametri

Restituisce

Si applica a

ElementwiseLessThan(ByteDataFrameColumn)

Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThan(Microsoft.Data.Analysis.ByteDataFrameColumn column);
override this.ElementwiseLessThan : Microsoft.Data.Analysis.ByteDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseLessThan (column As ByteDataFrameColumn) As BooleanDataFrameColumn

Parametri

Restituisce

Si applica a

ElementwiseLessThan(SByteDataFrameColumn)

Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThan(Microsoft.Data.Analysis.SByteDataFrameColumn column);
override this.ElementwiseLessThan : Microsoft.Data.Analysis.SByteDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseLessThan (column As SByteDataFrameColumn) As BooleanDataFrameColumn

Parametri

Restituisce

Si applica a

ElementwiseLessThan(SingleDataFrameColumn)

Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThan(Microsoft.Data.Analysis.SingleDataFrameColumn column);
override this.ElementwiseLessThan : Microsoft.Data.Analysis.SingleDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseLessThan (column As SingleDataFrameColumn) As BooleanDataFrameColumn

Parametri

Restituisce

Si applica a

ElementwiseLessThan(UInt16DataFrameColumn)

Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThan(Microsoft.Data.Analysis.UInt16DataFrameColumn column);
override this.ElementwiseLessThan : Microsoft.Data.Analysis.UInt16DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseLessThan (column As UInt16DataFrameColumn) As BooleanDataFrameColumn

Parametri

Restituisce

Si applica a

ElementwiseLessThan(UInt64DataFrameColumn)

Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThan(Microsoft.Data.Analysis.UInt64DataFrameColumn column);
override this.ElementwiseLessThan : Microsoft.Data.Analysis.UInt64DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseLessThan (column As UInt64DataFrameColumn) As BooleanDataFrameColumn

Parametri

Restituisce

Si applica a