DecimalDataFrameColumn.ElementwiseLessThan Method

Definition

Overloads

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

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(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(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(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(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(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(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(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

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(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(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