Share via


DecimalDataFrameColumn.ReverseSubtract Method

Definition

Overloads

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

ReverseSubtract(UInt64, Boolean)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseSubtract(ulong value, bool inPlace = false);
override this.ReverseSubtract : uint64 * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseSubtract (value As ULong, Optional inPlace As Boolean = false) As DecimalDataFrameColumn

Parameters

value
UInt64
inPlace
Boolean

Returns

Applies to

ReverseSubtract(UInt32, Boolean)

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

Parameters

value
UInt32
inPlace
Boolean

Returns

Applies to

ReverseSubtract(UInt16, Boolean)

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

Parameters

value
UInt16
inPlace
Boolean

Returns

Applies to

ReverseSubtract(SByte, Boolean)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseSubtract(sbyte value, bool inPlace = false);
override this.ReverseSubtract : sbyte * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseSubtract (value As SByte, Optional inPlace As Boolean = false) As DecimalDataFrameColumn

Parameters

value
SByte
inPlace
Boolean

Returns

Applies to

ReverseSubtract(Int16, Boolean)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseSubtract(short value, bool inPlace = false);
override this.ReverseSubtract : int16 * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseSubtract (value As Short, Optional inPlace As Boolean = false) As DecimalDataFrameColumn

Parameters

value
Int16
inPlace
Boolean

Returns

Applies to

ReverseSubtract(Int32, Boolean)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseSubtract(int value, bool inPlace = false);
override this.ReverseSubtract : int * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseSubtract (value As Integer, Optional inPlace As Boolean = false) As DecimalDataFrameColumn

Parameters

value
Int32
inPlace
Boolean

Returns

Applies to

ReverseSubtract(Decimal, Boolean)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseSubtract(decimal value, bool inPlace = false);
override this.ReverseSubtract : decimal * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseSubtract (value As Decimal, Optional inPlace As Boolean = false) As DecimalDataFrameColumn

Parameters

value
Decimal
inPlace
Boolean

Returns

Applies to

ReverseSubtract(Byte, Boolean)

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

Parameters

value
Byte
inPlace
Boolean

Returns

Applies to

ReverseSubtract(Int64, Boolean)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseSubtract(long value, bool inPlace = false);
override this.ReverseSubtract : int64 * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseSubtract (value As Long, Optional inPlace As Boolean = false) As DecimalDataFrameColumn

Parameters

value
Int64
inPlace
Boolean

Returns

Applies to