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