UInt16DataFrameColumn.ElementwiseLessThan Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
ElementwiseLessThan(Double)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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
- column
- Int64DataFrameColumn
Restituisce
Si applica a
ElementwiseLessThan(UInt32DataFrameColumn)
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
- column
- UInt32DataFrameColumn
Restituisce
Si applica a
ElementwiseLessThan(DecimalDataFrameColumn)
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
- column
- DecimalDataFrameColumn
Restituisce
Si applica a
ElementwiseLessThan(DoubleDataFrameColumn)
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
- column
- DoubleDataFrameColumn
Restituisce
Si applica a
ElementwiseLessThan(Int16DataFrameColumn)
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
- column
- Int16DataFrameColumn
Restituisce
Si applica a
ElementwiseLessThan(Int32DataFrameColumn)
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
- column
- Int32DataFrameColumn
Restituisce
Si applica a
ElementwiseLessThan(ByteDataFrameColumn)
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
- column
- ByteDataFrameColumn
Restituisce
Si applica a
ElementwiseLessThan(SByteDataFrameColumn)
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
- column
- SByteDataFrameColumn
Restituisce
Si applica a
ElementwiseLessThan(SingleDataFrameColumn)
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
- column
- SingleDataFrameColumn
Restituisce
Si applica a
ElementwiseLessThan(UInt16DataFrameColumn)
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
- column
- UInt16DataFrameColumn
Restituisce
Si applica a
ElementwiseLessThan(UInt64DataFrameColumn)
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
- column
- UInt64DataFrameColumn