UInt16DataFrameColumn.ElementwiseGreaterThanOrEqual Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- value
- Byte
Returns
Applies to
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
Parameters
- value
- UInt32
Returns
Applies to
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
Parameters
- value
- UInt16
Returns
Applies to
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
Parameters
- value
- Single
Returns
Applies to
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
Parameters
- value
- SByte
Returns
Applies to
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
Parameters
- value
- Int64
Returns
Applies to
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
Parameters
- value
- Int32
Returns
Applies to
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
Parameters
- value
- Int16
Returns
Applies to
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
Parameters
- value
- Double
Returns
Applies to
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
Parameters
- value
- Decimal
Returns
Applies to
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
Parameters
- value
- UInt64
Returns
Applies to
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
Parameters
- column
- UInt64DataFrameColumn
Returns
Applies to
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
Parameters
- column
- UInt16DataFrameColumn
Returns
Applies to
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
Parameters
- column
- SingleDataFrameColumn
Returns
Applies to
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
Parameters
- column
- SByteDataFrameColumn
Returns
Applies to
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
Parameters
- column
- Int64DataFrameColumn
Returns
Applies to
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
Parameters
- column
- Int32DataFrameColumn
Returns
Applies to
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
Parameters
- column
- Int16DataFrameColumn
Returns
Applies to
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
Parameters
- column
- DoubleDataFrameColumn
Returns
Applies to
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
Parameters
- column
- DecimalDataFrameColumn
Returns
Applies to
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
Parameters
- column
- ByteDataFrameColumn
Returns
Applies to
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
Parameters
- column
- UInt32DataFrameColumn