Compartilhar via


DoubleDataFrameColumn.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.DoubleDataFrameColumn Add(ulong value, bool inPlace = false);
override this.Add : uint64 * bool -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function Add (value As ULong, Optional inPlace As Boolean = false) As DoubleDataFrameColumn

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.DoubleDataFrameColumn Add(uint value, bool inPlace = false);
override this.Add : uint32 * bool -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function Add (value As UInteger, Optional inPlace As Boolean = false) As DoubleDataFrameColumn

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.DoubleDataFrameColumn Add(ushort value, bool inPlace = false);
override this.Add : uint16 * bool -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function Add (value As UShort, Optional inPlace As Boolean = false) As DoubleDataFrameColumn

Parâmetros

value
UInt16
inPlace
Boolean

Retornos

Aplica-se a

Add(Single, Boolean)

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

Parâmetros

value
Single
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.DoubleDataFrameColumn Add(sbyte value, bool inPlace = false);
override this.Add : sbyte * bool -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function Add (value As SByte, Optional inPlace As Boolean = false) As DoubleDataFrameColumn

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.DoubleDataFrameColumn Add(long value, bool inPlace = false);
override this.Add : int64 * bool -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function Add (value As Long, Optional inPlace As Boolean = false) As DoubleDataFrameColumn

Parâmetros

value
Int64
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.DoubleDataFrameColumn Add(short value, bool inPlace = false);
override this.Add : int16 * bool -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function Add (value As Short, Optional inPlace As Boolean = false) As DoubleDataFrameColumn

Parâmetros

value
Int16
inPlace
Boolean

Retornos

Aplica-se a

Add(Double, Boolean)

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

Parâmetros

value
Double
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.DoubleDataFrameColumn Add(byte value, bool inPlace = false);
override this.Add : byte * bool -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function Add (value As Byte, Optional inPlace As Boolean = false) As DoubleDataFrameColumn

Parâmetros

value
Byte
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.DoubleDataFrameColumn Add(int value, bool inPlace = false);
override this.Add : int * bool -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function Add (value As Integer, Optional inPlace As Boolean = false) As DoubleDataFrameColumn

Parâmetros

value
Int32
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.DoubleDataFrameColumn Add(Microsoft.Data.Analysis.UInt32DataFrameColumn column, bool inPlace = false);
override this.Add : Microsoft.Data.Analysis.UInt32DataFrameColumn * bool -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function Add (column As UInt32DataFrameColumn, Optional inPlace As Boolean = false) As DoubleDataFrameColumn

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.DoubleDataFrameColumn Add(Microsoft.Data.Analysis.UInt16DataFrameColumn column, bool inPlace = false);
override this.Add : Microsoft.Data.Analysis.UInt16DataFrameColumn * bool -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function Add (column As UInt16DataFrameColumn, Optional inPlace As Boolean = false) As DoubleDataFrameColumn

Parâmetros

inPlace
Boolean

Retornos

Aplica-se a

Add(SingleDataFrameColumn, Boolean)

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

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.DoubleDataFrameColumn Add(Microsoft.Data.Analysis.UInt64DataFrameColumn column, bool inPlace = false);
override this.Add : Microsoft.Data.Analysis.UInt64DataFrameColumn * bool -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function Add (column As UInt64DataFrameColumn, Optional inPlace As Boolean = false) As DoubleDataFrameColumn

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.DoubleDataFrameColumn Add(Microsoft.Data.Analysis.SByteDataFrameColumn column, bool inPlace = false);
override this.Add : Microsoft.Data.Analysis.SByteDataFrameColumn * bool -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function Add (column As SByteDataFrameColumn, Optional inPlace As Boolean = false) As DoubleDataFrameColumn

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.DoubleDataFrameColumn Add(Microsoft.Data.Analysis.Int64DataFrameColumn column, bool inPlace = false);
override this.Add : Microsoft.Data.Analysis.Int64DataFrameColumn * bool -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function Add (column As Int64DataFrameColumn, Optional inPlace As Boolean = false) As DoubleDataFrameColumn

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.DoubleDataFrameColumn Add(Microsoft.Data.Analysis.Int32DataFrameColumn column, bool inPlace = false);
override this.Add : Microsoft.Data.Analysis.Int32DataFrameColumn * bool -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function Add (column As Int32DataFrameColumn, Optional inPlace As Boolean = false) As DoubleDataFrameColumn

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.DoubleDataFrameColumn Add(Microsoft.Data.Analysis.Int16DataFrameColumn column, bool inPlace = false);
override this.Add : Microsoft.Data.Analysis.Int16DataFrameColumn * bool -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function Add (column As Int16DataFrameColumn, Optional inPlace As Boolean = false) As DoubleDataFrameColumn

Parâmetros

inPlace
Boolean

Retornos

Aplica-se a

Add(DoubleDataFrameColumn, Boolean)

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

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.DoubleDataFrameColumn Add(Microsoft.Data.Analysis.ByteDataFrameColumn column, bool inPlace = false);
override this.Add : Microsoft.Data.Analysis.ByteDataFrameColumn * bool -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function Add (column As ByteDataFrameColumn, Optional inPlace As Boolean = false) As DoubleDataFrameColumn

Parâmetros

inPlace
Boolean

Retornos

Aplica-se a