共用方式為


UInt64DataFrameColumn.ReverseSubtract 方法

定義

多載

ReverseSubtract(UInt64, Boolean)

來源:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
來源:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
來源:
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

參數

value
UInt64
inPlace
Boolean

傳回

適用於

ReverseSubtract(UInt32, Boolean)

來源:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
來源:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
來源:
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

參數

value
UInt32
inPlace
Boolean

傳回

適用於

ReverseSubtract(UInt16, Boolean)

來源:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
來源:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
來源:
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

參數

value
UInt16
inPlace
Boolean

傳回

適用於

ReverseSubtract(Byte, Boolean)

來源:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
來源:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
來源:
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

參數

value
Byte
inPlace
Boolean

傳回

適用於

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(Int32)

來源:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
來源:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
來源:
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

參數

value
Int32

傳回

適用於

ReverseSubtract(Int16)

來源:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
來源:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
來源:
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

參數

value
Int16

傳回

適用於

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(SByte)

來源:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
來源:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
來源:
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

參數

value
SByte

傳回

適用於