Aracılığıyla paylaş


SByteDataFrameColumn.ElementwiseGreaterThan Yöntem

Tanım

Aşırı Yüklemeler

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

ElementwiseGreaterThan(Decimal)

Kaynak:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Kaynak:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Kaynak:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan(decimal value);
override this.ElementwiseGreaterThan : decimal -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (value As Decimal) As BooleanDataFrameColumn

Parametreler

value
Decimal

Döndürülenler

Şunlara uygulanır

ElementwiseGreaterThan(UInt32)

Kaynak:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Kaynak:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Kaynak:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan(uint value);
override this.ElementwiseGreaterThan : uint32 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (value As UInteger) As BooleanDataFrameColumn

Parametreler

value
UInt32

Döndürülenler

Şunlara uygulanır

ElementwiseGreaterThan(UInt16)

Kaynak:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Kaynak:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Kaynak:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan(ushort value);
override this.ElementwiseGreaterThan : uint16 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (value As UShort) As BooleanDataFrameColumn

Parametreler

value
UInt16

Döndürülenler

Şunlara uygulanır

ElementwiseGreaterThan(Single)

Kaynak:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Kaynak:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Kaynak:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan(float value);
override this.ElementwiseGreaterThan : single -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (value As Single) As BooleanDataFrameColumn

Parametreler

value
Single

Döndürülenler

Şunlara uygulanır

ElementwiseGreaterThan(SByte)

Kaynak:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Kaynak:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Kaynak:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan(sbyte value);
override this.ElementwiseGreaterThan : sbyte -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (value As SByte) As BooleanDataFrameColumn

Parametreler

value
SByte

Döndürülenler

Şunlara uygulanır

ElementwiseGreaterThan(Int64)

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

Parametreler

value
Int64

Döndürülenler

Şunlara uygulanır

ElementwiseGreaterThan(Int32)

Kaynak:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Kaynak:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Kaynak:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan(int value);
override this.ElementwiseGreaterThan : int -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (value As Integer) As BooleanDataFrameColumn

Parametreler

value
Int32

Döndürülenler

Şunlara uygulanır

ElementwiseGreaterThan(Int16)

Kaynak:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Kaynak:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Kaynak:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan(short value);
override this.ElementwiseGreaterThan : int16 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (value As Short) As BooleanDataFrameColumn

Parametreler

value
Int16

Döndürülenler

Şunlara uygulanır

ElementwiseGreaterThan(Double)

Kaynak:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Kaynak:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Kaynak:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan(double value);
override this.ElementwiseGreaterThan : double -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (value As Double) As BooleanDataFrameColumn

Parametreler

value
Double

Döndürülenler

Şunlara uygulanır

ElementwiseGreaterThan(Byte)

Kaynak:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Kaynak:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Kaynak:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan(byte value);
override this.ElementwiseGreaterThan : byte -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (value As Byte) As BooleanDataFrameColumn

Parametreler

value
Byte

Döndürülenler

Şunlara uygulanır

ElementwiseGreaterThan(UInt64)

Kaynak:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Kaynak:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Kaynak:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan(ulong value);
override this.ElementwiseGreaterThan : uint64 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (value As ULong) As BooleanDataFrameColumn

Parametreler

value
UInt64

Döndürülenler

Şunlara uygulanır

ElementwiseGreaterThan(UInt32DataFrameColumn)

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

Parametreler

Döndürülenler

Şunlara uygulanır

ElementwiseGreaterThan(ByteDataFrameColumn)

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

Parametreler

Döndürülenler

Şunlara uygulanır

ElementwiseGreaterThan(DecimalDataFrameColumn)

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

Parametreler

Döndürülenler

Şunlara uygulanır

ElementwiseGreaterThan(DoubleDataFrameColumn)

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

Parametreler

Döndürülenler

Şunlara uygulanır

ElementwiseGreaterThan(Int16DataFrameColumn)

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

Parametreler

Döndürülenler

Şunlara uygulanır

ElementwiseGreaterThan(UInt64DataFrameColumn)

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

Parametreler

Döndürülenler

Şunlara uygulanır

ElementwiseGreaterThan(Int64DataFrameColumn)

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

Parametreler

Döndürülenler

Şunlara uygulanır

ElementwiseGreaterThan(SByteDataFrameColumn)

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

Parametreler

Döndürülenler

Şunlara uygulanır

ElementwiseGreaterThan(SingleDataFrameColumn)

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

Parametreler

Döndürülenler

Şunlara uygulanır

ElementwiseGreaterThan(UInt16DataFrameColumn)

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

Parametreler

Döndürülenler

Şunlara uygulanır

ElementwiseGreaterThan(Int32DataFrameColumn)

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

Parametreler

Döndürülenler

Şunlara uygulanır