UInt32DataFrameColumn.Add 方法

定义

重载

Add(UInt32, Boolean)

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

参数

value
UInt32
inPlace
Boolean

返回

适用于

Add(UInt16, Boolean)

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

参数

value
UInt16
inPlace
Boolean

返回

适用于

Add(Byte, Boolean)

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

参数

value
Byte
inPlace
Boolean

返回

适用于

Add(UInt32DataFrameColumn, Boolean)

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

参数

inPlace
Boolean

返回

适用于

Add(UInt16DataFrameColumn, Boolean)

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

参数

inPlace
Boolean

返回

适用于

Add(ByteDataFrameColumn, Boolean)

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

参数

inPlace
Boolean

返回

适用于

Add(UInt64)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.UInt64DataFrameColumn Add(ulong value);
override this.Add : uint64 -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function Add (value As ULong) As UInt64DataFrameColumn

参数

value
UInt64

返回

适用于

Add(SByte)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int64DataFrameColumn Add(sbyte value);
override this.Add : sbyte -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function Add (value As SByte) As Int64DataFrameColumn

参数

value
SByte

返回

适用于

Add(Int64)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int64DataFrameColumn Add(long value);
override this.Add : int64 -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function Add (value As Long) As Int64DataFrameColumn

参数

value
Int64

返回

适用于

Add(Int32)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int64DataFrameColumn Add(int value);
override this.Add : int -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function Add (value As Integer) As Int64DataFrameColumn

参数

value
Int32

返回

适用于

Add(Single)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.SingleDataFrameColumn Add(float value);
override this.Add : single -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function Add (value As Single) As SingleDataFrameColumn

参数

value
Single

返回

适用于

Add(Double)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DoubleDataFrameColumn Add(double value);
override this.Add : double -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function Add (value As Double) As DoubleDataFrameColumn

参数

value
Double

返回

适用于

Add(Decimal)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn Add(decimal value);
override this.Add : decimal -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function Add (value As Decimal) As DecimalDataFrameColumn

参数

value
Decimal

返回

适用于

Add(UInt64DataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.UInt64DataFrameColumn Add(Microsoft.Data.Analysis.UInt64DataFrameColumn column);
override this.Add : Microsoft.Data.Analysis.UInt64DataFrameColumn -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function Add (column As UInt64DataFrameColumn) As UInt64DataFrameColumn

参数

返回

适用于

Add(Int16)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int64DataFrameColumn Add(short value);
override this.Add : int16 -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function Add (value As Short) As Int64DataFrameColumn

参数

value
Int16

返回

适用于

Add(SingleDataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.SingleDataFrameColumn Add(Microsoft.Data.Analysis.SingleDataFrameColumn column);
override this.Add : Microsoft.Data.Analysis.SingleDataFrameColumn -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function Add (column As SingleDataFrameColumn) As SingleDataFrameColumn

参数

返回

适用于

Add(SByteDataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int64DataFrameColumn Add(Microsoft.Data.Analysis.SByteDataFrameColumn column);
override this.Add : Microsoft.Data.Analysis.SByteDataFrameColumn -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function Add (column As SByteDataFrameColumn) As Int64DataFrameColumn

参数

返回

适用于

Add(Int64DataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int64DataFrameColumn Add(Microsoft.Data.Analysis.Int64DataFrameColumn column);
override this.Add : Microsoft.Data.Analysis.Int64DataFrameColumn -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function Add (column As Int64DataFrameColumn) As Int64DataFrameColumn

参数

返回

适用于

Add(Int32DataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int64DataFrameColumn Add(Microsoft.Data.Analysis.Int32DataFrameColumn column);
override this.Add : Microsoft.Data.Analysis.Int32DataFrameColumn -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function Add (column As Int32DataFrameColumn) As Int64DataFrameColumn

参数

返回

适用于

Add(Int16DataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int64DataFrameColumn Add(Microsoft.Data.Analysis.Int16DataFrameColumn column);
override this.Add : Microsoft.Data.Analysis.Int16DataFrameColumn -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function Add (column As Int16DataFrameColumn) As Int64DataFrameColumn

参数

返回

适用于

Add(DoubleDataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DoubleDataFrameColumn Add(Microsoft.Data.Analysis.DoubleDataFrameColumn column);
override this.Add : Microsoft.Data.Analysis.DoubleDataFrameColumn -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function Add (column As DoubleDataFrameColumn) As DoubleDataFrameColumn

参数

返回

适用于

Add(DecimalDataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn Add(Microsoft.Data.Analysis.DecimalDataFrameColumn column);
override this.Add : Microsoft.Data.Analysis.DecimalDataFrameColumn -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function Add (column As DecimalDataFrameColumn) As DecimalDataFrameColumn

参数

返回

适用于