Int32DataFrameColumn.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