UInt64DataFrameColumn.ReverseSubtract 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
ReverseSubtract(UInt64, Boolean)
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
Parametri
- value
- UInt64
- inPlace
- Boolean
Restituisce
Si applica a
ReverseSubtract(UInt32, Boolean)
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
Parametri
- value
- UInt32
- inPlace
- Boolean
Restituisce
Si applica a
ReverseSubtract(UInt16, Boolean)
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
Parametri
- value
- UInt16
- inPlace
- Boolean
Restituisce
Si applica a
ReverseSubtract(Byte, Boolean)
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
Parametri
- value
- Byte
- inPlace
- Boolean
Restituisce
Si applica a
ReverseSubtract(Single)
public Microsoft.Data.Analysis.SingleDataFrameColumn ReverseSubtract (float value);
override this.ReverseSubtract : single -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function ReverseSubtract (value As Single) As SingleDataFrameColumn
Parametri
- value
- Single
Restituisce
Si applica a
ReverseSubtract(Int32)
public Microsoft.Data.Analysis.SingleDataFrameColumn ReverseSubtract (int value);
override this.ReverseSubtract : int -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function ReverseSubtract (value As Integer) As SingleDataFrameColumn
Parametri
- value
- Int32
Restituisce
Si applica a
ReverseSubtract(Int16)
public Microsoft.Data.Analysis.SingleDataFrameColumn ReverseSubtract (short value);
override this.ReverseSubtract : int16 -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function ReverseSubtract (value As Short) As SingleDataFrameColumn
Parametri
- value
- Int16
Restituisce
Si applica a
ReverseSubtract(Double)
public Microsoft.Data.Analysis.DoubleDataFrameColumn ReverseSubtract (double value);
override this.ReverseSubtract : double -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function ReverseSubtract (value As Double) As DoubleDataFrameColumn
Parametri
- value
- Double
Restituisce
Si applica a
ReverseSubtract(Decimal)
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseSubtract (decimal value);
override this.ReverseSubtract : decimal -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseSubtract (value As Decimal) As DecimalDataFrameColumn
Parametri
- value
- Decimal
Restituisce
Si applica a
ReverseSubtract(SByte)
public Microsoft.Data.Analysis.SingleDataFrameColumn ReverseSubtract (sbyte value);
override this.ReverseSubtract : sbyte -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function ReverseSubtract (value As SByte) As SingleDataFrameColumn
Parametri
- value
- SByte