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