UInt64DataFrameColumn.ElementwiseLessThanOrEqual 方法      
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
ElementwiseLessThanOrEqual(Double)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThanOrEqual(double value);
	override this.ElementwiseLessThanOrEqual : double -> Microsoft.Data.Analysis.BooleanDataFrameColumn
	Public Function ElementwiseLessThanOrEqual (value As Double) As BooleanDataFrameColumn
	参数
- value
 - Double
 
返回
适用于
ElementwiseLessThanOrEqual(UInt64)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThanOrEqual(ulong value);
	override this.ElementwiseLessThanOrEqual : uint64 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
	Public Function ElementwiseLessThanOrEqual (value As ULong) As BooleanDataFrameColumn
	参数
- value
 - UInt64
 
返回
适用于
ElementwiseLessThanOrEqual(UInt32)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThanOrEqual(uint value);
	override this.ElementwiseLessThanOrEqual : uint32 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
	Public Function ElementwiseLessThanOrEqual (value As UInteger) As BooleanDataFrameColumn
	参数
- value
 - UInt32
 
返回
适用于
ElementwiseLessThanOrEqual(UInt16)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThanOrEqual(ushort value);
	override this.ElementwiseLessThanOrEqual : uint16 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
	Public Function ElementwiseLessThanOrEqual (value As UShort) As BooleanDataFrameColumn
	参数
- value
 - UInt16
 
返回
适用于
ElementwiseLessThanOrEqual(Single)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThanOrEqual(float value);
	override this.ElementwiseLessThanOrEqual : single -> Microsoft.Data.Analysis.BooleanDataFrameColumn
	Public Function ElementwiseLessThanOrEqual (value As Single) As BooleanDataFrameColumn
	参数
- value
 - Single
 
返回
适用于
ElementwiseLessThanOrEqual(SByte)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThanOrEqual(sbyte value);
	override this.ElementwiseLessThanOrEqual : sbyte -> Microsoft.Data.Analysis.BooleanDataFrameColumn
	Public Function ElementwiseLessThanOrEqual (value As SByte) As BooleanDataFrameColumn
	参数
- value
 - SByte
 
返回
适用于
ElementwiseLessThanOrEqual(Int32)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThanOrEqual(int value);
	override this.ElementwiseLessThanOrEqual : int -> Microsoft.Data.Analysis.BooleanDataFrameColumn
	Public Function ElementwiseLessThanOrEqual (value As Integer) As BooleanDataFrameColumn
	参数
- value
 - Int32
 
返回
适用于
ElementwiseLessThanOrEqual(Int16)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThanOrEqual(short value);
	override this.ElementwiseLessThanOrEqual : int16 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
	Public Function ElementwiseLessThanOrEqual (value As Short) As BooleanDataFrameColumn
	参数
- value
 - Int16
 
返回
适用于
ElementwiseLessThanOrEqual(Decimal)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThanOrEqual(decimal value);
	override this.ElementwiseLessThanOrEqual : decimal -> Microsoft.Data.Analysis.BooleanDataFrameColumn
	Public Function ElementwiseLessThanOrEqual (value As Decimal) As BooleanDataFrameColumn
	参数
- value
 - Decimal
 
返回
适用于
ElementwiseLessThanOrEqual(Byte)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThanOrEqual(byte value);
	override this.ElementwiseLessThanOrEqual : byte -> Microsoft.Data.Analysis.BooleanDataFrameColumn
	Public Function ElementwiseLessThanOrEqual (value As Byte) As BooleanDataFrameColumn
	参数
- value
 - Byte
 
返回
适用于
ElementwiseLessThanOrEqual(ByteDataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThanOrEqual(Microsoft.Data.Analysis.ByteDataFrameColumn column);
	override this.ElementwiseLessThanOrEqual : Microsoft.Data.Analysis.ByteDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
	Public Function ElementwiseLessThanOrEqual (column As ByteDataFrameColumn) As BooleanDataFrameColumn
	参数
- column
 - ByteDataFrameColumn
 
返回
适用于
ElementwiseLessThanOrEqual(UInt32DataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThanOrEqual(Microsoft.Data.Analysis.UInt32DataFrameColumn column);
	override this.ElementwiseLessThanOrEqual : Microsoft.Data.Analysis.UInt32DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
	Public Function ElementwiseLessThanOrEqual (column As UInt32DataFrameColumn) As BooleanDataFrameColumn
	参数
- column
 - UInt32DataFrameColumn
 
返回
适用于
ElementwiseLessThanOrEqual(UInt16DataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThanOrEqual(Microsoft.Data.Analysis.UInt16DataFrameColumn column);
	override this.ElementwiseLessThanOrEqual : Microsoft.Data.Analysis.UInt16DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
	Public Function ElementwiseLessThanOrEqual (column As UInt16DataFrameColumn) As BooleanDataFrameColumn
	参数
- column
 - UInt16DataFrameColumn
 
返回
适用于
ElementwiseLessThanOrEqual(SingleDataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThanOrEqual(Microsoft.Data.Analysis.SingleDataFrameColumn column);
	override this.ElementwiseLessThanOrEqual : Microsoft.Data.Analysis.SingleDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
	Public Function ElementwiseLessThanOrEqual (column As SingleDataFrameColumn) As BooleanDataFrameColumn
	参数
- column
 - SingleDataFrameColumn
 
返回
适用于
ElementwiseLessThanOrEqual(SByteDataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThanOrEqual(Microsoft.Data.Analysis.SByteDataFrameColumn column);
	override this.ElementwiseLessThanOrEqual : Microsoft.Data.Analysis.SByteDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
	Public Function ElementwiseLessThanOrEqual (column As SByteDataFrameColumn) As BooleanDataFrameColumn
	参数
- column
 - SByteDataFrameColumn
 
返回
适用于
ElementwiseLessThanOrEqual(Int32DataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThanOrEqual(Microsoft.Data.Analysis.Int32DataFrameColumn column);
	override this.ElementwiseLessThanOrEqual : Microsoft.Data.Analysis.Int32DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
	Public Function ElementwiseLessThanOrEqual (column As Int32DataFrameColumn) As BooleanDataFrameColumn
	参数
- column
 - Int32DataFrameColumn
 
返回
适用于
ElementwiseLessThanOrEqual(Int16DataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThanOrEqual(Microsoft.Data.Analysis.Int16DataFrameColumn column);
	override this.ElementwiseLessThanOrEqual : Microsoft.Data.Analysis.Int16DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
	Public Function ElementwiseLessThanOrEqual (column As Int16DataFrameColumn) As BooleanDataFrameColumn
	参数
- column
 - Int16DataFrameColumn
 
返回
适用于
ElementwiseLessThanOrEqual(DoubleDataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThanOrEqual(Microsoft.Data.Analysis.DoubleDataFrameColumn column);
	override this.ElementwiseLessThanOrEqual : Microsoft.Data.Analysis.DoubleDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
	Public Function ElementwiseLessThanOrEqual (column As DoubleDataFrameColumn) As BooleanDataFrameColumn
	参数
- column
 - DoubleDataFrameColumn
 
返回
适用于
ElementwiseLessThanOrEqual(DecimalDataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThanOrEqual(Microsoft.Data.Analysis.DecimalDataFrameColumn column);
	override this.ElementwiseLessThanOrEqual : Microsoft.Data.Analysis.DecimalDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
	Public Function ElementwiseLessThanOrEqual (column As DecimalDataFrameColumn) As BooleanDataFrameColumn
	参数
- column
 - DecimalDataFrameColumn
 
返回
适用于
ElementwiseLessThanOrEqual(UInt64DataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThanOrEqual(Microsoft.Data.Analysis.UInt64DataFrameColumn column);
	override this.ElementwiseLessThanOrEqual : Microsoft.Data.Analysis.UInt64DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
	Public Function ElementwiseLessThanOrEqual (column As UInt64DataFrameColumn) As BooleanDataFrameColumn
	参数
- column
 - UInt64DataFrameColumn