UInt32DataFrameColumn.ElementwiseGreaterThan Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ElementwiseGreaterThan(Decimal)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan(decimal value);
override this.ElementwiseGreaterThan : decimal -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (value As Decimal) As BooleanDataFrameColumn
Paramètres
- value
- Decimal
Retours
S’applique à
ElementwiseGreaterThan(UInt32)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan(uint value);
override this.ElementwiseGreaterThan : uint32 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (value As UInteger) As BooleanDataFrameColumn
Paramètres
- value
- UInt32
Retours
S’applique à
ElementwiseGreaterThan(UInt16)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan(ushort value);
override this.ElementwiseGreaterThan : uint16 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (value As UShort) As BooleanDataFrameColumn
Paramètres
- value
- UInt16
Retours
S’applique à
ElementwiseGreaterThan(Single)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan(float value);
override this.ElementwiseGreaterThan : single -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (value As Single) As BooleanDataFrameColumn
Paramètres
- value
- Single
Retours
S’applique à
ElementwiseGreaterThan(SByte)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan(sbyte value);
override this.ElementwiseGreaterThan : sbyte -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (value As SByte) As BooleanDataFrameColumn
Paramètres
- value
- SByte
Retours
S’applique à
ElementwiseGreaterThan(Int64)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan(long value);
override this.ElementwiseGreaterThan : int64 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (value As Long) As BooleanDataFrameColumn
Paramètres
- value
- Int64
Retours
S’applique à
ElementwiseGreaterThan(Int32)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan(int value);
override this.ElementwiseGreaterThan : int -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (value As Integer) As BooleanDataFrameColumn
Paramètres
- value
- Int32
Retours
S’applique à
ElementwiseGreaterThan(Int16)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan(short value);
override this.ElementwiseGreaterThan : int16 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (value As Short) As BooleanDataFrameColumn
Paramètres
- value
- Int16
Retours
S’applique à
ElementwiseGreaterThan(Double)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan(double value);
override this.ElementwiseGreaterThan : double -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (value As Double) As BooleanDataFrameColumn
Paramètres
- value
- Double
Retours
S’applique à
ElementwiseGreaterThan(Byte)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan(byte value);
override this.ElementwiseGreaterThan : byte -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (value As Byte) As BooleanDataFrameColumn
Paramètres
- value
- Byte
Retours
S’applique à
ElementwiseGreaterThan(UInt64)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan(ulong value);
override this.ElementwiseGreaterThan : uint64 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (value As ULong) As BooleanDataFrameColumn
Paramètres
- value
- UInt64
Retours
S’applique à
ElementwiseGreaterThan(UInt32DataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan(Microsoft.Data.Analysis.UInt32DataFrameColumn column);
override this.ElementwiseGreaterThan : Microsoft.Data.Analysis.UInt32DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (column As UInt32DataFrameColumn) As BooleanDataFrameColumn
Paramètres
- column
- UInt32DataFrameColumn
Retours
S’applique à
ElementwiseGreaterThan(ByteDataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan(Microsoft.Data.Analysis.ByteDataFrameColumn column);
override this.ElementwiseGreaterThan : Microsoft.Data.Analysis.ByteDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (column As ByteDataFrameColumn) As BooleanDataFrameColumn
Paramètres
- column
- ByteDataFrameColumn
Retours
S’applique à
ElementwiseGreaterThan(DecimalDataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan(Microsoft.Data.Analysis.DecimalDataFrameColumn column);
override this.ElementwiseGreaterThan : Microsoft.Data.Analysis.DecimalDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (column As DecimalDataFrameColumn) As BooleanDataFrameColumn
Paramètres
- column
- DecimalDataFrameColumn
Retours
S’applique à
ElementwiseGreaterThan(DoubleDataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan(Microsoft.Data.Analysis.DoubleDataFrameColumn column);
override this.ElementwiseGreaterThan : Microsoft.Data.Analysis.DoubleDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (column As DoubleDataFrameColumn) As BooleanDataFrameColumn
Paramètres
- column
- DoubleDataFrameColumn
Retours
S’applique à
ElementwiseGreaterThan(Int16DataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan(Microsoft.Data.Analysis.Int16DataFrameColumn column);
override this.ElementwiseGreaterThan : Microsoft.Data.Analysis.Int16DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (column As Int16DataFrameColumn) As BooleanDataFrameColumn
Paramètres
- column
- Int16DataFrameColumn
Retours
S’applique à
ElementwiseGreaterThan(UInt64DataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan(Microsoft.Data.Analysis.UInt64DataFrameColumn column);
override this.ElementwiseGreaterThan : Microsoft.Data.Analysis.UInt64DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (column As UInt64DataFrameColumn) As BooleanDataFrameColumn
Paramètres
- column
- UInt64DataFrameColumn
Retours
S’applique à
ElementwiseGreaterThan(Int64DataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan(Microsoft.Data.Analysis.Int64DataFrameColumn column);
override this.ElementwiseGreaterThan : Microsoft.Data.Analysis.Int64DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (column As Int64DataFrameColumn) As BooleanDataFrameColumn
Paramètres
- column
- Int64DataFrameColumn
Retours
S’applique à
ElementwiseGreaterThan(SByteDataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan(Microsoft.Data.Analysis.SByteDataFrameColumn column);
override this.ElementwiseGreaterThan : Microsoft.Data.Analysis.SByteDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (column As SByteDataFrameColumn) As BooleanDataFrameColumn
Paramètres
- column
- SByteDataFrameColumn
Retours
S’applique à
ElementwiseGreaterThan(SingleDataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan(Microsoft.Data.Analysis.SingleDataFrameColumn column);
override this.ElementwiseGreaterThan : Microsoft.Data.Analysis.SingleDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (column As SingleDataFrameColumn) As BooleanDataFrameColumn
Paramètres
- column
- SingleDataFrameColumn
Retours
S’applique à
ElementwiseGreaterThan(UInt16DataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan(Microsoft.Data.Analysis.UInt16DataFrameColumn column);
override this.ElementwiseGreaterThan : Microsoft.Data.Analysis.UInt16DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (column As UInt16DataFrameColumn) As BooleanDataFrameColumn
Paramètres
- column
- UInt16DataFrameColumn
Retours
S’applique à
ElementwiseGreaterThan(Int32DataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan(Microsoft.Data.Analysis.Int32DataFrameColumn column);
override this.ElementwiseGreaterThan : Microsoft.Data.Analysis.Int32DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (column As Int32DataFrameColumn) As BooleanDataFrameColumn
Paramètres
- column
- Int32DataFrameColumn