Compartilhar via


Int64DataFrameColumn.ReverseSubtract Método

Definição

Sobrecargas

ReverseSubtract(UInt32, Boolean)

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

Parâmetros

value
UInt32
inPlace
Boolean

Retornos

Aplica-se a

ReverseSubtract(UInt16, Boolean)

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

Parâmetros

value
UInt16
inPlace
Boolean

Retornos

Aplica-se a

ReverseSubtract(SByte, Boolean)

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

Parâmetros

value
SByte
inPlace
Boolean

Retornos

Aplica-se a

ReverseSubtract(Int64, Boolean)

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

Parâmetros

value
Int64
inPlace
Boolean

Retornos

Aplica-se a

ReverseSubtract(Int32, Boolean)

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

Parâmetros

value
Int32
inPlace
Boolean

Retornos

Aplica-se a

ReverseSubtract(Byte, Boolean)

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

Parâmetros

value
Byte
inPlace
Boolean

Retornos

Aplica-se a

ReverseSubtract(Single)

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

Parâmetros

value
Single

Retornos

Aplica-se a

ReverseSubtract(Double)

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

Parâmetros

value
Double

Retornos

Aplica-se a

ReverseSubtract(Decimal)

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

Parâmetros

value
Decimal

Retornos

Aplica-se a

ReverseSubtract(Int16, Boolean)

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

Parâmetros

value
Int16
inPlace
Boolean

Retornos

Aplica-se a