다음을 통해 공유


Int16DataFrameColumn.ElementwiseLessThanOrEqual 메서드

정의

오버로드

ElementwiseLessThanOrEqual(Double)
ElementwiseLessThanOrEqual(UInt64)
ElementwiseLessThanOrEqual(UInt32)
ElementwiseLessThanOrEqual(UInt16)
ElementwiseLessThanOrEqual(Single)
ElementwiseLessThanOrEqual(SByte)
ElementwiseLessThanOrEqual(Int64)
ElementwiseLessThanOrEqual(Int32)
ElementwiseLessThanOrEqual(Int16)
ElementwiseLessThanOrEqual(Decimal)
ElementwiseLessThanOrEqual(Byte)
ElementwiseLessThanOrEqual(ByteDataFrameColumn)
ElementwiseLessThanOrEqual(UInt32DataFrameColumn)
ElementwiseLessThanOrEqual(UInt16DataFrameColumn)
ElementwiseLessThanOrEqual(SingleDataFrameColumn)
ElementwiseLessThanOrEqual(SByteDataFrameColumn)
ElementwiseLessThanOrEqual(Int64DataFrameColumn)
ElementwiseLessThanOrEqual(Int32DataFrameColumn)
ElementwiseLessThanOrEqual(Int16DataFrameColumn)
ElementwiseLessThanOrEqual(DoubleDataFrameColumn)
ElementwiseLessThanOrEqual(DecimalDataFrameColumn)
ElementwiseLessThanOrEqual(UInt64DataFrameColumn)

ElementwiseLessThanOrEqual(Double)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
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)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
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)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
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)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
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)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
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)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
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(Int64)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThanOrEqual(long value);
override this.ElementwiseLessThanOrEqual : int64 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseLessThanOrEqual (value As Long) As BooleanDataFrameColumn

매개 변수

value
Int64

반환

적용 대상

ElementwiseLessThanOrEqual(Int32)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
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)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
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)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
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)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
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)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
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

매개 변수

반환

적용 대상

ElementwiseLessThanOrEqual(UInt32DataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
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

매개 변수

반환

적용 대상

ElementwiseLessThanOrEqual(UInt16DataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
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

매개 변수

반환

적용 대상

ElementwiseLessThanOrEqual(SingleDataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
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

매개 변수

반환

적용 대상

ElementwiseLessThanOrEqual(SByteDataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
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

매개 변수

반환

적용 대상

ElementwiseLessThanOrEqual(Int64DataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThanOrEqual(Microsoft.Data.Analysis.Int64DataFrameColumn column);
override this.ElementwiseLessThanOrEqual : Microsoft.Data.Analysis.Int64DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseLessThanOrEqual (column As Int64DataFrameColumn) As BooleanDataFrameColumn

매개 변수

반환

적용 대상

ElementwiseLessThanOrEqual(Int32DataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
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

매개 변수

반환

적용 대상

ElementwiseLessThanOrEqual(Int16DataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
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

매개 변수

반환

적용 대상

ElementwiseLessThanOrEqual(DoubleDataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
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

매개 변수

반환

적용 대상

ElementwiseLessThanOrEqual(DecimalDataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
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

매개 변수

반환

적용 대상

ElementwiseLessThanOrEqual(UInt64DataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
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

매개 변수

반환

적용 대상