Udostępnij przez


UInt64DataFrameColumn.ReverseSubtract Metoda

Definicja

Przeciążenia

ReverseSubtract(UInt64, Boolean)

Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
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

Parametry

value
UInt64
inPlace
Boolean

Zwraca

Dotyczy

ReverseSubtract(UInt32, Boolean)

Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
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

Parametry

value
UInt32
inPlace
Boolean

Zwraca

Dotyczy

ReverseSubtract(UInt16, Boolean)

Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
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

Parametry

value
UInt16
inPlace
Boolean

Zwraca

Dotyczy

ReverseSubtract(Byte, Boolean)

Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
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

Parametry

value
Byte
inPlace
Boolean

Zwraca

Dotyczy

ReverseSubtract(Single)

Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
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

Parametry

value
Single

Zwraca

Dotyczy

ReverseSubtract(Int32)

Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.SingleDataFrameColumn ReverseSubtract(int value);
override this.ReverseSubtract : int -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function ReverseSubtract (value As Integer) As SingleDataFrameColumn

Parametry

value
Int32

Zwraca

Dotyczy

ReverseSubtract(Int16)

Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.SingleDataFrameColumn ReverseSubtract(short value);
override this.ReverseSubtract : int16 -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function ReverseSubtract (value As Short) As SingleDataFrameColumn

Parametry

value
Int16

Zwraca

Dotyczy

ReverseSubtract(Double)

Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
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

Parametry

value
Double

Zwraca

Dotyczy

ReverseSubtract(Decimal)

Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
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

Parametry

value
Decimal

Zwraca

Dotyczy

ReverseSubtract(SByte)

Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.SingleDataFrameColumn ReverseSubtract(sbyte value);
override this.ReverseSubtract : sbyte -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function ReverseSubtract (value As SByte) As SingleDataFrameColumn

Parametry

value
SByte

Zwraca

Dotyczy