UInt16DataFrameColumn.ElementwiseLessThan メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
パラメーター
- value
- Double
戻り値
適用対象
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
パラメーター
- value
- Int16
戻り値
適用対象
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
パラメーター
- value
- Int32
戻り値
適用対象
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
パラメーター
- value
- Int64
戻り値
適用対象
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
パラメーター
- value
- UInt64
戻り値
適用対象
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
パラメーター
- value
- Single
戻り値
適用対象
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
パラメーター
- value
- UInt16
戻り値
適用対象
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
パラメーター
- value
- UInt32
戻り値
適用対象
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
パラメーター
- value
- Decimal
戻り値
適用対象
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
パラメーター
- value
- SByte
戻り値
適用対象
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
パラメーター
- value
- Byte
戻り値
適用対象
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
パラメーター
- column
- Int64DataFrameColumn
戻り値
適用対象
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
パラメーター
- column
- UInt32DataFrameColumn
戻り値
適用対象
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
パラメーター
- column
- DecimalDataFrameColumn
戻り値
適用対象
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
パラメーター
- column
- DoubleDataFrameColumn
戻り値
適用対象
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
パラメーター
- column
- Int16DataFrameColumn
戻り値
適用対象
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
パラメーター
- column
- Int32DataFrameColumn
戻り値
適用対象
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
パラメーター
- column
- ByteDataFrameColumn
戻り値
適用対象
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
パラメーター
- column
- SByteDataFrameColumn
戻り値
適用対象
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
パラメーター
- column
- SingleDataFrameColumn
戻り値
適用対象
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
パラメーター
- column
- UInt16DataFrameColumn
戻り値
適用対象
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
パラメーター
- column
- UInt64DataFrameColumn