UInt32DataFrameColumn.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(Byte, Boolean)
public Microsoft.Data.Analysis.UInt32DataFrameColumn Subtract (byte value, bool inPlace = false);
override this.Subtract : byte * bool -> Microsoft.Data.Analysis.UInt32DataFrameColumn
Public Function Subtract (value As Byte, Optional inPlace As Boolean = false) As UInt32DataFrameColumn
Parametri
- value
- Byte
- inPlace
- Boolean
Restituisce
Si applica a
Subtract(UInt32DataFrameColumn, Boolean)
public Microsoft.Data.Analysis.UInt32DataFrameColumn Subtract (Microsoft.Data.Analysis.UInt32DataFrameColumn column, bool inPlace = false);
override this.Subtract : Microsoft.Data.Analysis.UInt32DataFrameColumn * bool -> Microsoft.Data.Analysis.UInt32DataFrameColumn
Public Function Subtract (column As UInt32DataFrameColumn, Optional inPlace As Boolean = false) As UInt32DataFrameColumn
Parametri
- column
- UInt32DataFrameColumn
- inPlace
- Boolean
Restituisce
Si applica a
Subtract(UInt16DataFrameColumn, Boolean)
public Microsoft.Data.Analysis.UInt32DataFrameColumn Subtract (Microsoft.Data.Analysis.UInt16DataFrameColumn column, bool inPlace = false);
override this.Subtract : Microsoft.Data.Analysis.UInt16DataFrameColumn * bool -> Microsoft.Data.Analysis.UInt32DataFrameColumn
Public Function Subtract (column As UInt16DataFrameColumn, Optional inPlace As Boolean = false) As UInt32DataFrameColumn
Parametri
- column
- UInt16DataFrameColumn
- inPlace
- Boolean
Restituisce
Si applica a
Subtract(ByteDataFrameColumn, Boolean)
public Microsoft.Data.Analysis.UInt32DataFrameColumn Subtract (Microsoft.Data.Analysis.ByteDataFrameColumn column, bool inPlace = false);
override this.Subtract : Microsoft.Data.Analysis.ByteDataFrameColumn * bool -> Microsoft.Data.Analysis.UInt32DataFrameColumn
Public Function Subtract (column As ByteDataFrameColumn, Optional inPlace As Boolean = false) As UInt32DataFrameColumn
Parametri
- column
- ByteDataFrameColumn
- inPlace
- Boolean
Restituisce
Si applica a
Subtract(UInt64)
public Microsoft.Data.Analysis.UInt64DataFrameColumn Subtract (ulong value);
override this.Subtract : uint64 -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function Subtract (value As ULong) As UInt64DataFrameColumn
Parametri
- value
- UInt64
Restituisce
Si applica a
Subtract(Single)
public Microsoft.Data.Analysis.SingleDataFrameColumn Subtract (float value);
override this.Subtract : single -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function Subtract (value As Single) As SingleDataFrameColumn
Parametri
- value
- Single
Restituisce
Si applica a
Subtract(SByte)
public Microsoft.Data.Analysis.Int64DataFrameColumn Subtract (sbyte value);
override this.Subtract : sbyte -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function Subtract (value As SByte) As Int64DataFrameColumn
Parametri
- value
- SByte
Restituisce
Si applica a
Subtract(Int64)
public Microsoft.Data.Analysis.Int64DataFrameColumn Subtract (long value);
override this.Subtract : int64 -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function Subtract (value As Long) As Int64DataFrameColumn
Parametri
- value
- Int64
Restituisce
Si applica a
Subtract(Int32)
public Microsoft.Data.Analysis.Int64DataFrameColumn Subtract (int value);
override this.Subtract : int -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function Subtract (value As Integer) As Int64DataFrameColumn
Parametri
- value
- Int32
Restituisce
Si applica a
Subtract(Int16)
public Microsoft.Data.Analysis.Int64DataFrameColumn Subtract (short value);
override this.Subtract : int16 -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function Subtract (value As Short) As Int64DataFrameColumn
Parametri
- value
- Int16
Restituisce
Si applica a
Subtract(UInt64DataFrameColumn)
public Microsoft.Data.Analysis.UInt64DataFrameColumn Subtract (Microsoft.Data.Analysis.UInt64DataFrameColumn column);
override this.Subtract : Microsoft.Data.Analysis.UInt64DataFrameColumn -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function Subtract (column As UInt64DataFrameColumn) As UInt64DataFrameColumn
Parametri
- column
- UInt64DataFrameColumn
Restituisce
Si applica a
Subtract(Decimal)
public Microsoft.Data.Analysis.DecimalDataFrameColumn Subtract (decimal value);
override this.Subtract : decimal -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function Subtract (value As Decimal) As DecimalDataFrameColumn
Parametri
- value
- Decimal
Restituisce
Si applica a
Subtract(SingleDataFrameColumn)
public Microsoft.Data.Analysis.SingleDataFrameColumn Subtract (Microsoft.Data.Analysis.SingleDataFrameColumn column);
override this.Subtract : Microsoft.Data.Analysis.SingleDataFrameColumn -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function Subtract (column As SingleDataFrameColumn) As SingleDataFrameColumn
Parametri
- column
- SingleDataFrameColumn
Restituisce
Si applica a
Subtract(SByteDataFrameColumn)
public Microsoft.Data.Analysis.Int64DataFrameColumn Subtract (Microsoft.Data.Analysis.SByteDataFrameColumn column);
override this.Subtract : Microsoft.Data.Analysis.SByteDataFrameColumn -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function Subtract (column As SByteDataFrameColumn) As Int64DataFrameColumn
Parametri
- column
- SByteDataFrameColumn
Restituisce
Si applica a
Subtract(Int64DataFrameColumn)
public Microsoft.Data.Analysis.Int64DataFrameColumn Subtract (Microsoft.Data.Analysis.Int64DataFrameColumn column);
override this.Subtract : Microsoft.Data.Analysis.Int64DataFrameColumn -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function Subtract (column As Int64DataFrameColumn) As Int64DataFrameColumn
Parametri
- column
- Int64DataFrameColumn
Restituisce
Si applica a
Subtract(Int32DataFrameColumn)
public Microsoft.Data.Analysis.Int64DataFrameColumn Subtract (Microsoft.Data.Analysis.Int32DataFrameColumn column);
override this.Subtract : Microsoft.Data.Analysis.Int32DataFrameColumn -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function Subtract (column As Int32DataFrameColumn) As Int64DataFrameColumn
Parametri
- column
- Int32DataFrameColumn
Restituisce
Si applica a
Subtract(Int16DataFrameColumn)
public Microsoft.Data.Analysis.Int64DataFrameColumn Subtract (Microsoft.Data.Analysis.Int16DataFrameColumn column);
override this.Subtract : Microsoft.Data.Analysis.Int16DataFrameColumn -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function Subtract (column As Int16DataFrameColumn) As Int64DataFrameColumn
Parametri
- column
- Int16DataFrameColumn
Restituisce
Si applica a
Subtract(DoubleDataFrameColumn)
public Microsoft.Data.Analysis.DoubleDataFrameColumn Subtract (Microsoft.Data.Analysis.DoubleDataFrameColumn column);
override this.Subtract : Microsoft.Data.Analysis.DoubleDataFrameColumn -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function Subtract (column As DoubleDataFrameColumn) As DoubleDataFrameColumn
Parametri
- column
- DoubleDataFrameColumn
Restituisce
Si applica a
Subtract(DecimalDataFrameColumn)
public Microsoft.Data.Analysis.DecimalDataFrameColumn Subtract (Microsoft.Data.Analysis.DecimalDataFrameColumn column);
override this.Subtract : Microsoft.Data.Analysis.DecimalDataFrameColumn -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function Subtract (column As DecimalDataFrameColumn) As DecimalDataFrameColumn
Parametri
- column
- DecimalDataFrameColumn
Restituisce
Si applica a
Subtract(UInt16, Boolean)
public Microsoft.Data.Analysis.UInt32DataFrameColumn Subtract (ushort value, bool inPlace = false);
override this.Subtract : uint16 * bool -> Microsoft.Data.Analysis.UInt32DataFrameColumn
Public Function Subtract (value As UShort, Optional inPlace As Boolean = false) As UInt32DataFrameColumn
Parametri
- value
- UInt16
- inPlace
- Boolean
Restituisce
Si applica a
Subtract(Double)
public Microsoft.Data.Analysis.DoubleDataFrameColumn Subtract (double value);
override this.Subtract : double -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function Subtract (value As Double) As DoubleDataFrameColumn
Parametri
- value
- Double
Restituisce
Si applica a
Subtract(UInt32, Boolean)
public Microsoft.Data.Analysis.UInt32DataFrameColumn Subtract (uint value, bool inPlace = false);
override this.Subtract : uint32 * bool -> Microsoft.Data.Analysis.UInt32DataFrameColumn
Public Function Subtract (value As UInteger, Optional inPlace As Boolean = false) As UInt32DataFrameColumn
Parametri
- value
- UInt32
- inPlace
- Boolean