Int32DataFrameColumn.ReverseAdd Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ReverseAdd(SByte, Boolean)
public Microsoft.Data.Analysis.Int32DataFrameColumn ReverseAdd(sbyte value, bool inPlace = false);
override this.ReverseAdd : sbyte * bool -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function ReverseAdd (value As SByte, Optional inPlace As Boolean = false) As Int32DataFrameColumn
Paramètres
- value
- SByte
- inPlace
- Boolean
Retours
S’applique à
ReverseAdd(Int32, Boolean)
public Microsoft.Data.Analysis.Int32DataFrameColumn ReverseAdd(int value, bool inPlace = false);
override this.ReverseAdd : int * bool -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function ReverseAdd (value As Integer, Optional inPlace As Boolean = false) As Int32DataFrameColumn
Paramètres
- value
- Int32
- inPlace
- Boolean
Retours
S’applique à
ReverseAdd(Int16, Boolean)
public Microsoft.Data.Analysis.Int32DataFrameColumn ReverseAdd(short value, bool inPlace = false);
override this.ReverseAdd : int16 * bool -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function ReverseAdd (value As Short, Optional inPlace As Boolean = false) As Int32DataFrameColumn
Paramètres
- value
- Int16
- inPlace
- Boolean
Retours
S’applique à
ReverseAdd(Byte, Boolean)
public Microsoft.Data.Analysis.Int32DataFrameColumn ReverseAdd(byte value, bool inPlace = false);
override this.ReverseAdd : byte * bool -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function ReverseAdd (value As Byte, Optional inPlace As Boolean = false) As Int32DataFrameColumn
Paramètres
- value
- Byte
- inPlace
- Boolean
Retours
S’applique à
ReverseAdd(UInt64)
public Microsoft.Data.Analysis.SingleDataFrameColumn ReverseAdd(ulong value);
override this.ReverseAdd : uint64 -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function ReverseAdd (value As ULong) As SingleDataFrameColumn
Paramètres
- value
- UInt64
Retours
S’applique à
ReverseAdd(Int64)
public Microsoft.Data.Analysis.Int64DataFrameColumn ReverseAdd(long value);
override this.ReverseAdd : int64 -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function ReverseAdd (value As Long) As Int64DataFrameColumn
Paramètres
- value
- Int64
Retours
S’applique à
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
Paramètres
- value
- Single
Retours
S’applique à
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
Paramètres
- value
- Double
Retours
S’applique à
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
Paramètres
- value
- Decimal
Retours
S’applique à
ReverseAdd(UInt16, Boolean)
public Microsoft.Data.Analysis.Int32DataFrameColumn ReverseAdd(ushort value, bool inPlace = false);
override this.ReverseAdd : uint16 * bool -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function ReverseAdd (value As UShort, Optional inPlace As Boolean = false) As Int32DataFrameColumn
Paramètres
- value
- UInt16
- inPlace
- Boolean
Retours
S’applique à
ReverseAdd(UInt32)
public Microsoft.Data.Analysis.Int64DataFrameColumn ReverseAdd(uint value);
override this.ReverseAdd : uint32 -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function ReverseAdd (value As UInteger) As Int64DataFrameColumn
Paramètres
- value
- UInt32