Share via


Int16DataFrameColumn.ReverseSubtract Method

Definition

Overloads

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

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

Parameters

value
UInt64

Returns

Applies to

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

Parameters

value
UInt32

Returns

Applies to

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

Parameters

value
UInt16

Returns

Applies to

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

Parameters

value
Single

Returns

Applies to

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

Parameters

value
SByte

Returns

Applies to

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

Parameters

value
Int16

Returns

Applies to

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

Parameters

value
Int32

Returns

Applies to

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

Parameters

value
Double

Returns

Applies to

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

Parameters

value
Decimal

Returns

Applies to

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

Parameters

value
Byte

Returns

Applies to

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

Parameters

value
Int64

Returns

Applies to