Condividi tramite


UInt32DataFrameColumn.ReverseSubtract Metodo

Definizione

Overload

ReverseSubtract(UInt32, Boolean)
ReverseSubtract(UInt16, Boolean)
ReverseSubtract(Byte, Boolean)
ReverseSubtract(UInt64)
ReverseSubtract(Single)
ReverseSubtract(Int32)
ReverseSubtract(Int64)
ReverseSubtract(Int16)
ReverseSubtract(Double)
ReverseSubtract(Decimal)
ReverseSubtract(SByte)

ReverseSubtract(UInt32, Boolean)

Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.UInt32DataFrameColumn ReverseSubtract(uint value, bool inPlace = false);
override this.ReverseSubtract : uint32 * bool -> Microsoft.Data.Analysis.UInt32DataFrameColumn
Public Function ReverseSubtract (value As UInteger, Optional inPlace As Boolean = false) As UInt32DataFrameColumn

Parametri

value
UInt32
inPlace
Boolean

Restituisce

Si applica a

ReverseSubtract(UInt16, Boolean)

Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.UInt32DataFrameColumn ReverseSubtract(ushort value, bool inPlace = false);
override this.ReverseSubtract : uint16 * bool -> Microsoft.Data.Analysis.UInt32DataFrameColumn
Public Function ReverseSubtract (value As UShort, Optional inPlace As Boolean = false) As UInt32DataFrameColumn

Parametri

value
UInt16
inPlace
Boolean

Restituisce

Si applica a

ReverseSubtract(Byte, Boolean)

Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.UInt32DataFrameColumn ReverseSubtract(byte value, bool inPlace = false);
override this.ReverseSubtract : byte * bool -> Microsoft.Data.Analysis.UInt32DataFrameColumn
Public Function ReverseSubtract (value As Byte, Optional inPlace As Boolean = false) As UInt32DataFrameColumn

Parametri

value
Byte
inPlace
Boolean

Restituisce

Si applica a

ReverseSubtract(UInt64)

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

Parametri

value
UInt64

Restituisce

Si applica a

ReverseSubtract(Single)

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

Parametri

value
Single

Restituisce

Si applica a

ReverseSubtract(Int32)

Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int64DataFrameColumn ReverseSubtract(int value);
override this.ReverseSubtract : int -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function ReverseSubtract (value As Integer) As Int64DataFrameColumn

Parametri

value
Int32

Restituisce

Si applica a

ReverseSubtract(Int64)

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

Parametri

value
Int64

Restituisce

Si applica a

ReverseSubtract(Int16)

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

Parametri

value
Int16

Restituisce

Si applica a

ReverseSubtract(Double)

Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DoubleDataFrameColumn ReverseSubtract(double value);
override this.ReverseSubtract : double -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function ReverseSubtract (value As Double) As DoubleDataFrameColumn

Parametri

value
Double

Restituisce

Si applica a

ReverseSubtract(Decimal)

Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseSubtract(decimal value);
override this.ReverseSubtract : decimal -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseSubtract (value As Decimal) As DecimalDataFrameColumn

Parametri

value
Decimal

Restituisce

Si applica a

ReverseSubtract(SByte)

Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origine:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int64DataFrameColumn ReverseSubtract(sbyte value);
override this.ReverseSubtract : sbyte -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function ReverseSubtract (value As SByte) As Int64DataFrameColumn

Parametri

value
SByte

Restituisce

Si applica a