Int16DataFrameColumn.ElementwiseLessThan Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- value
- Double
Returns
Applies to
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
Parameters
- value
- Int16
Returns
Applies to
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
Parameters
- value
- Int32
Returns
Applies to
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
Parameters
- value
- Int64
Returns
Applies to
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
Parameters
- value
- UInt64
Returns
Applies to
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
Parameters
- value
- Single
Returns
Applies to
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
Parameters
- value
- UInt16
Returns
Applies to
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
Parameters
- value
- UInt32
Returns
Applies to
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
Parameters
- value
- Decimal
Returns
Applies to
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
Parameters
- value
- SByte
Returns
Applies to
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
Parameters
- value
- Byte
Returns
Applies to
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
Parameters
- column
- Int64DataFrameColumn
Returns
Applies to
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
Parameters
- column
- UInt32DataFrameColumn
Returns
Applies to
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
Parameters
- column
- DecimalDataFrameColumn
Returns
Applies to
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
Parameters
- column
- DoubleDataFrameColumn
Returns
Applies to
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
Parameters
- column
- Int16DataFrameColumn
Returns
Applies to
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
Parameters
- column
- Int32DataFrameColumn
Returns
Applies to
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
Parameters
- column
- ByteDataFrameColumn
Returns
Applies to
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
Parameters
- column
- SByteDataFrameColumn
Returns
Applies to
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
Parameters
- column
- SingleDataFrameColumn
Returns
Applies to
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
Parameters
- column
- UInt16DataFrameColumn
Returns
Applies to
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
Parameters
- column
- UInt64DataFrameColumn