Compartilhar via


DecimalDataFrameColumn.Subtract Método

Definição

Sobrecargas

Subtract(UInt16, Boolean)

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

Parâmetros

value
UInt16
inPlace
Boolean

Retornos

Aplica-se a

Subtract(SByte, Boolean)

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

Parâmetros

value
SByte
inPlace
Boolean

Retornos

Aplica-se a

Subtract(Int64, Boolean)

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

Parâmetros

value
Int64
inPlace
Boolean

Retornos

Aplica-se a

Subtract(Int32, Boolean)

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

Parâmetros

value
Int32
inPlace
Boolean

Retornos

Aplica-se a

Subtract(Int16, Boolean)

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

Parâmetros

value
Int16
inPlace
Boolean

Retornos

Aplica-se a

Subtract(Decimal, Boolean)

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

Parâmetros

value
Decimal
inPlace
Boolean

Retornos

Aplica-se a

Subtract(Byte, Boolean)

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

Parâmetros

value
Byte
inPlace
Boolean

Retornos

Aplica-se a

Subtract(UInt64DataFrameColumn, Boolean)

Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn Subtract(Microsoft.Data.Analysis.UInt64DataFrameColumn column, bool inPlace = false);
override this.Subtract : Microsoft.Data.Analysis.UInt64DataFrameColumn * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function Subtract (column As UInt64DataFrameColumn, Optional inPlace As Boolean = false) As DecimalDataFrameColumn

Parâmetros

inPlace
Boolean

Retornos

Aplica-se a

Subtract(UInt16DataFrameColumn, Boolean)

Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn Subtract(Microsoft.Data.Analysis.UInt16DataFrameColumn column, bool inPlace = false);
override this.Subtract : Microsoft.Data.Analysis.UInt16DataFrameColumn * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function Subtract (column As UInt16DataFrameColumn, Optional inPlace As Boolean = false) As DecimalDataFrameColumn

Parâmetros

inPlace
Boolean

Retornos

Aplica-se a

Subtract(SByteDataFrameColumn, Boolean)

Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn Subtract(Microsoft.Data.Analysis.SByteDataFrameColumn column, bool inPlace = false);
override this.Subtract : Microsoft.Data.Analysis.SByteDataFrameColumn * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function Subtract (column As SByteDataFrameColumn, Optional inPlace As Boolean = false) As DecimalDataFrameColumn

Parâmetros

inPlace
Boolean

Retornos

Aplica-se a

Subtract(Int64DataFrameColumn, Boolean)

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

Parâmetros

inPlace
Boolean

Retornos

Aplica-se a

Subtract(Int32DataFrameColumn, Boolean)

Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn Subtract(Microsoft.Data.Analysis.Int32DataFrameColumn column, bool inPlace = false);
override this.Subtract : Microsoft.Data.Analysis.Int32DataFrameColumn * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function Subtract (column As Int32DataFrameColumn, Optional inPlace As Boolean = false) As DecimalDataFrameColumn

Parâmetros

inPlace
Boolean

Retornos

Aplica-se a

Subtract(Int16DataFrameColumn, Boolean)

Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn Subtract(Microsoft.Data.Analysis.Int16DataFrameColumn column, bool inPlace = false);
override this.Subtract : Microsoft.Data.Analysis.Int16DataFrameColumn * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function Subtract (column As Int16DataFrameColumn, Optional inPlace As Boolean = false) As DecimalDataFrameColumn

Parâmetros

inPlace
Boolean

Retornos

Aplica-se a

Subtract(DecimalDataFrameColumn, Boolean)

Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn Subtract(Microsoft.Data.Analysis.DecimalDataFrameColumn column, bool inPlace = false);
override this.Subtract : Microsoft.Data.Analysis.DecimalDataFrameColumn * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function Subtract (column As DecimalDataFrameColumn, Optional inPlace As Boolean = false) As DecimalDataFrameColumn

Parâmetros

inPlace
Boolean

Retornos

Aplica-se a

Subtract(ByteDataFrameColumn, Boolean)

Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn Subtract(Microsoft.Data.Analysis.ByteDataFrameColumn column, bool inPlace = false);
override this.Subtract : Microsoft.Data.Analysis.ByteDataFrameColumn * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function Subtract (column As ByteDataFrameColumn, Optional inPlace As Boolean = false) As DecimalDataFrameColumn

Parâmetros

inPlace
Boolean

Retornos

Aplica-se a

Subtract(UInt32, Boolean)

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

Parâmetros

value
UInt32
inPlace
Boolean

Retornos

Aplica-se a

Subtract(UInt32DataFrameColumn, Boolean)

Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn Subtract(Microsoft.Data.Analysis.UInt32DataFrameColumn column, bool inPlace = false);
override this.Subtract : Microsoft.Data.Analysis.UInt32DataFrameColumn * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function Subtract (column As UInt32DataFrameColumn, Optional inPlace As Boolean = false) As DecimalDataFrameColumn

Parâmetros

inPlace
Boolean

Retornos

Aplica-se a

Subtract(UInt64, Boolean)

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

Parâmetros

value
UInt64
inPlace
Boolean

Retornos

Aplica-se a