ByteDataFrameColumn.ElementwiseLessThan Method

Definition

Overloads

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)

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

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

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

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

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

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

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

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

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

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

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

Returns

Applies to