DecimalDataFrameColumn.Subtract Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
Subtract(UInt16, Boolean)
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
Parametri
- value
- UInt16
- inPlace
- Boolean
Restituisce
Si applica a
Subtract(SByte, Boolean)
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
Parametri
- value
- SByte
- inPlace
- Boolean
Restituisce
Si applica a
Subtract(Int64, Boolean)
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
Parametri
- value
- Int64
- inPlace
- Boolean
Restituisce
Si applica a
Subtract(Int32, Boolean)
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
Parametri
- value
- Int32
- inPlace
- Boolean
Restituisce
Si applica a
Subtract(Int16, Boolean)
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
Parametri
- value
- Int16
- inPlace
- Boolean
Restituisce
Si applica a
Subtract(Decimal, Boolean)
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
Parametri
- value
- Decimal
- inPlace
- Boolean
Restituisce
Si applica a
Subtract(Byte, Boolean)
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
Parametri
- value
- Byte
- inPlace
- Boolean
Restituisce
Si applica a
Subtract(UInt64DataFrameColumn, Boolean)
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
Parametri
- column
- UInt64DataFrameColumn
- inPlace
- Boolean
Restituisce
Si applica a
Subtract(UInt16DataFrameColumn, Boolean)
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
Parametri
- column
- UInt16DataFrameColumn
- inPlace
- Boolean
Restituisce
Si applica a
Subtract(SByteDataFrameColumn, Boolean)
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
Parametri
- column
- SByteDataFrameColumn
- inPlace
- Boolean
Restituisce
Si applica a
Subtract(Int64DataFrameColumn, Boolean)
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
Parametri
- column
- Int64DataFrameColumn
- inPlace
- Boolean
Restituisce
Si applica a
Subtract(Int32DataFrameColumn, Boolean)
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
Parametri
- column
- Int32DataFrameColumn
- inPlace
- Boolean
Restituisce
Si applica a
Subtract(Int16DataFrameColumn, Boolean)
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
Parametri
- column
- Int16DataFrameColumn
- inPlace
- Boolean
Restituisce
Si applica a
Subtract(DecimalDataFrameColumn, Boolean)
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
Parametri
- column
- DecimalDataFrameColumn
- inPlace
- Boolean
Restituisce
Si applica a
Subtract(ByteDataFrameColumn, Boolean)
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
Parametri
- column
- ByteDataFrameColumn
- inPlace
- Boolean
Restituisce
Si applica a
Subtract(UInt32, Boolean)
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
Parametri
- value
- UInt32
- inPlace
- Boolean
Restituisce
Si applica a
Subtract(UInt32DataFrameColumn, Boolean)
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
Parametri
- column
- UInt32DataFrameColumn
- inPlace
- Boolean
Restituisce
Si applica a
Subtract(UInt64, Boolean)
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
Parametri
- value
- UInt64
- inPlace
- Boolean