UInt64DataFrameColumn.ReverseSubtract Méthode

Définition

Surcharges

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

ReverseSubtract(UInt64, Boolean)

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

Paramètres

value
UInt64
inPlace
Boolean

Retours

S’applique à

ReverseSubtract(UInt32, Boolean)

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

Paramètres

value
UInt32
inPlace
Boolean

Retours

S’applique à

ReverseSubtract(UInt16, Boolean)

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

Paramètres

value
UInt16
inPlace
Boolean

Retours

S’applique à

ReverseSubtract(Byte, Boolean)

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

Paramètres

value
Byte
inPlace
Boolean

Retours

S’applique à

ReverseSubtract(Single)

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

Paramètres

value
Single

Retours

S’applique à

ReverseSubtract(Int32)

public Microsoft.Data.Analysis.SingleDataFrameColumn ReverseSubtract (int value);
override this.ReverseSubtract : int -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function ReverseSubtract (value As Integer) As SingleDataFrameColumn

Paramètres

value
Int32

Retours

S’applique à

ReverseSubtract(Int16)

public Microsoft.Data.Analysis.SingleDataFrameColumn ReverseSubtract (short value);
override this.ReverseSubtract : int16 -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function ReverseSubtract (value As Short) As SingleDataFrameColumn

Paramètres

value
Int16

Retours

S’applique à

ReverseSubtract(Double)

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

Paramètres

value
Double

Retours

S’applique à

ReverseSubtract(Decimal)

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

Paramètres

value
Decimal

Retours

S’applique à

ReverseSubtract(SByte)

public Microsoft.Data.Analysis.SingleDataFrameColumn ReverseSubtract (sbyte value);
override this.ReverseSubtract : sbyte -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function ReverseSubtract (value As SByte) As SingleDataFrameColumn

Paramètres

value
SByte

Retours

S’applique à