UInt32DataFrameColumn.ReverseAdd Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ReverseAdd(UInt16, Boolean)
public Microsoft.Data.Analysis.UInt32DataFrameColumn ReverseAdd (ushort value, bool inPlace = false);
override this.ReverseAdd : uint16 * bool -> Microsoft.Data.Analysis.UInt32DataFrameColumn
Public Function ReverseAdd (value As UShort, Optional inPlace As Boolean = false) As UInt32DataFrameColumn
Parâmetros
- value
- UInt16
- inPlace
- Boolean
Retornos
Aplica-se a
ReverseAdd(Byte, Boolean)
public Microsoft.Data.Analysis.UInt32DataFrameColumn ReverseAdd (byte value, bool inPlace = false);
override this.ReverseAdd : byte * bool -> Microsoft.Data.Analysis.UInt32DataFrameColumn
Public Function ReverseAdd (value As Byte, Optional inPlace As Boolean = false) As UInt32DataFrameColumn
Parâmetros
- value
- Byte
- inPlace
- Boolean
Retornos
Aplica-se a
ReverseAdd(UInt64)
public Microsoft.Data.Analysis.UInt64DataFrameColumn ReverseAdd (ulong value);
override this.ReverseAdd : uint64 -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function ReverseAdd (value As ULong) As UInt64DataFrameColumn
Parâmetros
- value
- UInt64
Retornos
Aplica-se 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
Parâmetros
- value
- Single
Retornos
Aplica-se a
ReverseAdd(SByte)
public Microsoft.Data.Analysis.Int64DataFrameColumn ReverseAdd (sbyte value);
override this.ReverseAdd : sbyte -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function ReverseAdd (value As SByte) As Int64DataFrameColumn
Parâmetros
- value
- SByte
Retornos
Aplica-se a
ReverseAdd(Int16)
public Microsoft.Data.Analysis.Int64DataFrameColumn ReverseAdd (short value);
override this.ReverseAdd : int16 -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function ReverseAdd (value As Short) As Int64DataFrameColumn
Parâmetros
- value
- Int16
Retornos
Aplica-se a
ReverseAdd(Int32)
public Microsoft.Data.Analysis.Int64DataFrameColumn ReverseAdd (int value);
override this.ReverseAdd : int -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function ReverseAdd (value As Integer) As Int64DataFrameColumn
Parâmetros
- value
- Int32
Retornos
Aplica-se 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
Parâmetros
- value
- Double
Retornos
Aplica-se 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
Parâmetros
- value
- Decimal
Retornos
Aplica-se a
ReverseAdd(UInt32, Boolean)
public Microsoft.Data.Analysis.UInt32DataFrameColumn ReverseAdd (uint value, bool inPlace = false);
override this.ReverseAdd : uint32 * bool -> Microsoft.Data.Analysis.UInt32DataFrameColumn
Public Function ReverseAdd (value As UInteger, Optional inPlace As Boolean = false) As UInt32DataFrameColumn
Parâmetros
- value
- UInt32
- inPlace
- Boolean
Retornos
Aplica-se a
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
Parâmetros
- value
- Int64