DecimalDataFrameColumn.ReverseAdd Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
ReverseAdd(UInt64, Boolean)
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseAdd (ulong value, bool inPlace = false);
override this.ReverseAdd : uint64 * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseAdd (value As ULong, Optional inPlace As Boolean = false) As DecimalDataFrameColumn
Parametry
- value
- UInt64
- inPlace
- Boolean
Návraty
Platí pro
ReverseAdd(Byte, Boolean)
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseAdd (byte value, bool inPlace = false);
override this.ReverseAdd : byte * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseAdd (value As Byte, Optional inPlace As Boolean = false) As DecimalDataFrameColumn
Parametry
- value
- Byte
- inPlace
- Boolean
Návraty
Platí pro
ReverseAdd(Decimal, Boolean)
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseAdd (decimal value, bool inPlace = false);
override this.ReverseAdd : decimal * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseAdd (value As Decimal, Optional inPlace As Boolean = false) As DecimalDataFrameColumn
Parametry
- value
- Decimal
- inPlace
- Boolean
Návraty
Platí pro
ReverseAdd(Int16, Boolean)
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseAdd (short value, bool inPlace = false);
override this.ReverseAdd : int16 * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseAdd (value As Short, Optional inPlace As Boolean = false) As DecimalDataFrameColumn
Parametry
- value
- Int16
- inPlace
- Boolean
Návraty
Platí pro
ReverseAdd(Int32, Boolean)
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseAdd (int value, bool inPlace = false);
override this.ReverseAdd : int * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseAdd (value As Integer, Optional inPlace As Boolean = false) As DecimalDataFrameColumn
Parametry
- value
- Int32
- inPlace
- Boolean
Návraty
Platí pro
ReverseAdd(Int64, Boolean)
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseAdd (long value, bool inPlace = false);
override this.ReverseAdd : int64 * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseAdd (value As Long, Optional inPlace As Boolean = false) As DecimalDataFrameColumn
Parametry
- value
- Int64
- inPlace
- Boolean
Návraty
Platí pro
ReverseAdd(SByte, Boolean)
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseAdd (sbyte value, bool inPlace = false);
override this.ReverseAdd : sbyte * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseAdd (value As SByte, Optional inPlace As Boolean = false) As DecimalDataFrameColumn
Parametry
- value
- SByte
- inPlace
- Boolean
Návraty
Platí pro
ReverseAdd(UInt16, Boolean)
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseAdd (ushort value, bool inPlace = false);
override this.ReverseAdd : uint16 * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseAdd (value As UShort, Optional inPlace As Boolean = false) As DecimalDataFrameColumn
Parametry
- value
- UInt16
- inPlace
- Boolean
Návraty
Platí pro
ReverseAdd(UInt32, Boolean)
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseAdd (uint value, bool inPlace = false);
override this.ReverseAdd : uint32 * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseAdd (value As UInteger, Optional inPlace As Boolean = false) As DecimalDataFrameColumn
Parametry
- value
- UInt32
- inPlace
- Boolean