Compartir a través de


SByteDataFrameColumn.ReverseSubtract Método

Definición

Sobrecargas

ReverseSubtract(UInt64)

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

Parámetros

value
UInt64

Devoluciones

Se aplica a

ReverseSubtract(UInt32)

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

Parámetros

value
UInt32

Devoluciones

Se aplica a

ReverseSubtract(UInt16)

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

Parámetros

value
UInt16

Devoluciones

Se aplica a

ReverseSubtract(Single)

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

Parámetros

value
Single

Devoluciones

Se aplica a

ReverseSubtract(SByte)

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

Parámetros

value
SByte

Devoluciones

Se aplica a

ReverseSubtract(Int16)

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

Parámetros

value
Int16

Devoluciones

Se aplica a

ReverseSubtract(Int32)

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

Parámetros

value
Int32

Devoluciones

Se aplica a

ReverseSubtract(Double)

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

Parámetros

value
Double

Devoluciones

Se aplica a

ReverseSubtract(Decimal)

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

Parámetros

value
Decimal

Devoluciones

Se aplica a

ReverseSubtract(Byte)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int32DataFrameColumn ReverseSubtract(byte value);
override this.ReverseSubtract : byte -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function ReverseSubtract (value As Byte) As Int32DataFrameColumn

Parámetros

value
Byte

Devoluciones

Se aplica a

ReverseSubtract(Int64)

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

Parámetros

value
Int64

Devoluciones

Se aplica a