Compartilhar via


DecimalDataFrameColumn.Add Método

Definição

Sobrecargas

Add(UInt64, Boolean)

Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn Add(ulong value, bool inPlace = false);
override this.Add : uint64 * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function Add (value As ULong, Optional inPlace As Boolean = false) As DecimalDataFrameColumn

Parâmetros

value
UInt64
inPlace
Boolean

Retornos

Aplica-se a

Add(UInt32, Boolean)

Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn Add(uint value, bool inPlace = false);
override this.Add : uint32 * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function Add (value As UInteger, Optional inPlace As Boolean = false) As DecimalDataFrameColumn

Parâmetros

value
UInt32
inPlace
Boolean

Retornos

Aplica-se a

Add(UInt16, Boolean)

Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn Add(ushort value, bool inPlace = false);
override this.Add : uint16 * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function Add (value As UShort, Optional inPlace As Boolean = false) As DecimalDataFrameColumn

Parâmetros

value
UInt16
inPlace
Boolean

Retornos

Aplica-se a

Add(SByte, Boolean)

Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn Add(sbyte value, bool inPlace = false);
override this.Add : sbyte * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function Add (value As SByte, Optional inPlace As Boolean = false) As DecimalDataFrameColumn

Parâmetros

value
SByte
inPlace
Boolean

Retornos

Aplica-se a

Add(Int64, Boolean)

Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn Add(long value, bool inPlace = false);
override this.Add : int64 * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function Add (value As Long, Optional inPlace As Boolean = false) As DecimalDataFrameColumn

Parâmetros

value
Int64
inPlace
Boolean

Retornos

Aplica-se a

Add(Int32, Boolean)

Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn Add(int value, bool inPlace = false);
override this.Add : int * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function Add (value As Integer, Optional inPlace As Boolean = false) As DecimalDataFrameColumn

Parâmetros

value
Int32
inPlace
Boolean

Retornos

Aplica-se a

Add(Decimal, Boolean)

Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn Add(decimal value, bool inPlace = false);
override this.Add : decimal * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function Add (value As Decimal, Optional inPlace As Boolean = false) As DecimalDataFrameColumn

Parâmetros

value
Decimal
inPlace
Boolean

Retornos

Aplica-se a

Add(Byte, Boolean)

Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn Add(byte value, bool inPlace = false);
override this.Add : byte * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function Add (value As Byte, Optional inPlace As Boolean = false) As DecimalDataFrameColumn

Parâmetros

value
Byte
inPlace
Boolean

Retornos

Aplica-se a

Add(Int16, Boolean)

Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn Add(short value, bool inPlace = false);
override this.Add : int16 * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function Add (value As Short, Optional inPlace As Boolean = false) As DecimalDataFrameColumn

Parâmetros

value
Int16
inPlace
Boolean

Retornos

Aplica-se a

Add(UInt32DataFrameColumn, Boolean)

Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn Add(Microsoft.Data.Analysis.UInt32DataFrameColumn column, bool inPlace = false);
override this.Add : Microsoft.Data.Analysis.UInt32DataFrameColumn * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function Add (column As UInt32DataFrameColumn, Optional inPlace As Boolean = false) As DecimalDataFrameColumn

Parâmetros

inPlace
Boolean

Retornos

Aplica-se a

Add(UInt16DataFrameColumn, Boolean)

Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn Add(Microsoft.Data.Analysis.UInt16DataFrameColumn column, bool inPlace = false);
override this.Add : Microsoft.Data.Analysis.UInt16DataFrameColumn * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function Add (column As UInt16DataFrameColumn, Optional inPlace As Boolean = false) As DecimalDataFrameColumn

Parâmetros

inPlace
Boolean

Retornos

Aplica-se a

Add(UInt64DataFrameColumn, Boolean)

Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn Add(Microsoft.Data.Analysis.UInt64DataFrameColumn column, bool inPlace = false);
override this.Add : Microsoft.Data.Analysis.UInt64DataFrameColumn * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function Add (column As UInt64DataFrameColumn, Optional inPlace As Boolean = false) As DecimalDataFrameColumn

Parâmetros

inPlace
Boolean

Retornos

Aplica-se a

Add(SByteDataFrameColumn, Boolean)

Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn Add(Microsoft.Data.Analysis.SByteDataFrameColumn column, bool inPlace = false);
override this.Add : Microsoft.Data.Analysis.SByteDataFrameColumn * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function Add (column As SByteDataFrameColumn, Optional inPlace As Boolean = false) As DecimalDataFrameColumn

Parâmetros

inPlace
Boolean

Retornos

Aplica-se a

Add(Int64DataFrameColumn, Boolean)

Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn Add(Microsoft.Data.Analysis.Int64DataFrameColumn column, bool inPlace = false);
override this.Add : Microsoft.Data.Analysis.Int64DataFrameColumn * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function Add (column As Int64DataFrameColumn, Optional inPlace As Boolean = false) As DecimalDataFrameColumn

Parâmetros

inPlace
Boolean

Retornos

Aplica-se a

Add(Int32DataFrameColumn, Boolean)

Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn Add(Microsoft.Data.Analysis.Int32DataFrameColumn column, bool inPlace = false);
override this.Add : Microsoft.Data.Analysis.Int32DataFrameColumn * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function Add (column As Int32DataFrameColumn, Optional inPlace As Boolean = false) As DecimalDataFrameColumn

Parâmetros

inPlace
Boolean

Retornos

Aplica-se a

Add(Int16DataFrameColumn, Boolean)

Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn Add(Microsoft.Data.Analysis.Int16DataFrameColumn column, bool inPlace = false);
override this.Add : Microsoft.Data.Analysis.Int16DataFrameColumn * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function Add (column As Int16DataFrameColumn, Optional inPlace As Boolean = false) As DecimalDataFrameColumn

Parâmetros

inPlace
Boolean

Retornos

Aplica-se a

Add(DecimalDataFrameColumn, Boolean)

Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn Add(Microsoft.Data.Analysis.DecimalDataFrameColumn column, bool inPlace = false);
override this.Add : Microsoft.Data.Analysis.DecimalDataFrameColumn * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function Add (column As DecimalDataFrameColumn, Optional inPlace As Boolean = false) As DecimalDataFrameColumn

Parâmetros

inPlace
Boolean

Retornos

Aplica-se a

Add(ByteDataFrameColumn, Boolean)

Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Origem:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn Add(Microsoft.Data.Analysis.ByteDataFrameColumn column, bool inPlace = false);
override this.Add : Microsoft.Data.Analysis.ByteDataFrameColumn * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function Add (column As ByteDataFrameColumn, Optional inPlace As Boolean = false) As DecimalDataFrameColumn

Parâmetros

inPlace
Boolean

Retornos

Aplica-se a