UInt16DataFrameColumn.ElementwiseGreaterThanOrEqual メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ElementwiseGreaterThanOrEqual(Byte)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThanOrEqual (byte value);
override this.ElementwiseGreaterThanOrEqual : byte -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThanOrEqual (value As Byte) As BooleanDataFrameColumn
パラメーター
- value
- Byte
戻り値
適用対象
ElementwiseGreaterThanOrEqual(UInt32)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThanOrEqual (uint value);
override this.ElementwiseGreaterThanOrEqual : uint32 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThanOrEqual (value As UInteger) As BooleanDataFrameColumn
パラメーター
- value
- UInt32
戻り値
適用対象
ElementwiseGreaterThanOrEqual(UInt16)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThanOrEqual (ushort value);
override this.ElementwiseGreaterThanOrEqual : uint16 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThanOrEqual (value As UShort) As BooleanDataFrameColumn
パラメーター
- value
- UInt16
戻り値
適用対象
ElementwiseGreaterThanOrEqual(Single)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThanOrEqual (float value);
override this.ElementwiseGreaterThanOrEqual : single -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThanOrEqual (value As Single) As BooleanDataFrameColumn
パラメーター
- value
- Single
戻り値
適用対象
ElementwiseGreaterThanOrEqual(SByte)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThanOrEqual (sbyte value);
override this.ElementwiseGreaterThanOrEqual : sbyte -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThanOrEqual (value As SByte) As BooleanDataFrameColumn
パラメーター
- value
- SByte
戻り値
適用対象
ElementwiseGreaterThanOrEqual(Int64)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThanOrEqual (long value);
override this.ElementwiseGreaterThanOrEqual : int64 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThanOrEqual (value As Long) As BooleanDataFrameColumn
パラメーター
- value
- Int64
戻り値
適用対象
ElementwiseGreaterThanOrEqual(Int32)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThanOrEqual (int value);
override this.ElementwiseGreaterThanOrEqual : int -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThanOrEqual (value As Integer) As BooleanDataFrameColumn
パラメーター
- value
- Int32
戻り値
適用対象
ElementwiseGreaterThanOrEqual(Int16)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThanOrEqual (short value);
override this.ElementwiseGreaterThanOrEqual : int16 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThanOrEqual (value As Short) As BooleanDataFrameColumn
パラメーター
- value
- Int16
戻り値
適用対象
ElementwiseGreaterThanOrEqual(Double)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThanOrEqual (double value);
override this.ElementwiseGreaterThanOrEqual : double -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThanOrEqual (value As Double) As BooleanDataFrameColumn
パラメーター
- value
- Double
戻り値
適用対象
ElementwiseGreaterThanOrEqual(Decimal)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThanOrEqual (decimal value);
override this.ElementwiseGreaterThanOrEqual : decimal -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThanOrEqual (value As Decimal) As BooleanDataFrameColumn
パラメーター
- value
- Decimal
戻り値
適用対象
ElementwiseGreaterThanOrEqual(UInt64)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThanOrEqual (ulong value);
override this.ElementwiseGreaterThanOrEqual : uint64 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThanOrEqual (value As ULong) As BooleanDataFrameColumn
パラメーター
- value
- UInt64
戻り値
適用対象
ElementwiseGreaterThanOrEqual(UInt64DataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThanOrEqual (Microsoft.Data.Analysis.UInt64DataFrameColumn column);
override this.ElementwiseGreaterThanOrEqual : Microsoft.Data.Analysis.UInt64DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThanOrEqual (column As UInt64DataFrameColumn) As BooleanDataFrameColumn
パラメーター
- column
- UInt64DataFrameColumn
戻り値
適用対象
ElementwiseGreaterThanOrEqual(UInt16DataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThanOrEqual (Microsoft.Data.Analysis.UInt16DataFrameColumn column);
override this.ElementwiseGreaterThanOrEqual : Microsoft.Data.Analysis.UInt16DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThanOrEqual (column As UInt16DataFrameColumn) As BooleanDataFrameColumn
パラメーター
- column
- UInt16DataFrameColumn
戻り値
適用対象
ElementwiseGreaterThanOrEqual(SingleDataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThanOrEqual (Microsoft.Data.Analysis.SingleDataFrameColumn column);
override this.ElementwiseGreaterThanOrEqual : Microsoft.Data.Analysis.SingleDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThanOrEqual (column As SingleDataFrameColumn) As BooleanDataFrameColumn
パラメーター
- column
- SingleDataFrameColumn
戻り値
適用対象
ElementwiseGreaterThanOrEqual(SByteDataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThanOrEqual (Microsoft.Data.Analysis.SByteDataFrameColumn column);
override this.ElementwiseGreaterThanOrEqual : Microsoft.Data.Analysis.SByteDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThanOrEqual (column As SByteDataFrameColumn) As BooleanDataFrameColumn
パラメーター
- column
- SByteDataFrameColumn
戻り値
適用対象
ElementwiseGreaterThanOrEqual(Int64DataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThanOrEqual (Microsoft.Data.Analysis.Int64DataFrameColumn column);
override this.ElementwiseGreaterThanOrEqual : Microsoft.Data.Analysis.Int64DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThanOrEqual (column As Int64DataFrameColumn) As BooleanDataFrameColumn
パラメーター
- column
- Int64DataFrameColumn
戻り値
適用対象
ElementwiseGreaterThanOrEqual(Int32DataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThanOrEqual (Microsoft.Data.Analysis.Int32DataFrameColumn column);
override this.ElementwiseGreaterThanOrEqual : Microsoft.Data.Analysis.Int32DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThanOrEqual (column As Int32DataFrameColumn) As BooleanDataFrameColumn
パラメーター
- column
- Int32DataFrameColumn
戻り値
適用対象
ElementwiseGreaterThanOrEqual(Int16DataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThanOrEqual (Microsoft.Data.Analysis.Int16DataFrameColumn column);
override this.ElementwiseGreaterThanOrEqual : Microsoft.Data.Analysis.Int16DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThanOrEqual (column As Int16DataFrameColumn) As BooleanDataFrameColumn
パラメーター
- column
- Int16DataFrameColumn
戻り値
適用対象
ElementwiseGreaterThanOrEqual(DoubleDataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThanOrEqual (Microsoft.Data.Analysis.DoubleDataFrameColumn column);
override this.ElementwiseGreaterThanOrEqual : Microsoft.Data.Analysis.DoubleDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThanOrEqual (column As DoubleDataFrameColumn) As BooleanDataFrameColumn
パラメーター
- column
- DoubleDataFrameColumn
戻り値
適用対象
ElementwiseGreaterThanOrEqual(DecimalDataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThanOrEqual (Microsoft.Data.Analysis.DecimalDataFrameColumn column);
override this.ElementwiseGreaterThanOrEqual : Microsoft.Data.Analysis.DecimalDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThanOrEqual (column As DecimalDataFrameColumn) As BooleanDataFrameColumn
パラメーター
- column
- DecimalDataFrameColumn
戻り値
適用対象
ElementwiseGreaterThanOrEqual(ByteDataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThanOrEqual (Microsoft.Data.Analysis.ByteDataFrameColumn column);
override this.ElementwiseGreaterThanOrEqual : Microsoft.Data.Analysis.ByteDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThanOrEqual (column As ByteDataFrameColumn) As BooleanDataFrameColumn
パラメーター
- column
- ByteDataFrameColumn
戻り値
適用対象
ElementwiseGreaterThanOrEqual(UInt32DataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThanOrEqual (Microsoft.Data.Analysis.UInt32DataFrameColumn column);
override this.ElementwiseGreaterThanOrEqual : Microsoft.Data.Analysis.UInt32DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThanOrEqual (column As UInt32DataFrameColumn) As BooleanDataFrameColumn
パラメーター
- column
- UInt32DataFrameColumn