Поделиться через


SByteDataFrameColumn.ReverseSubtract Метод

Определение

Перегрузки

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

ReverseSubtract(UInt64)

Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
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

Параметры

value
UInt64

Возвращаемое значение

Применяется к

ReverseSubtract(UInt32)

Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
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

Параметры

value
UInt32

Возвращаемое значение

Применяется к

ReverseSubtract(UInt16)

Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
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

Параметры

value
UInt16

Возвращаемое значение

Применяется к

ReverseSubtract(Single)

Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
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

Параметры

value
Single

Возвращаемое значение

Применяется к

ReverseSubtract(SByte)

Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
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

Параметры

value
SByte

Возвращаемое значение

Применяется к

ReverseSubtract(Int16)

Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
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

Параметры

value
Int16

Возвращаемое значение

Применяется к

ReverseSubtract(Int32)

Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
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

Параметры

value
Int32

Возвращаемое значение

Применяется к

ReverseSubtract(Double)

Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
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

Параметры

value
Double

Возвращаемое значение

Применяется к

ReverseSubtract(Decimal)

Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
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

Параметры

value
Decimal

Возвращаемое значение

Применяется к

ReverseSubtract(Byte)

Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
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

Параметры

value
Byte

Возвращаемое значение

Применяется к

ReverseSubtract(Int64)

Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
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

Параметры

value
Int64

Возвращаемое значение

Применяется к