Sdílet prostřednictvím


ByteDataFrameColumn.ReverseAdd Metoda

Definice

Přetížení

ReverseAdd(UInt32)
ReverseAdd(UInt16)
ReverseAdd(Single)
ReverseAdd(SByte)
ReverseAdd(Int64)
ReverseAdd(Double)
ReverseAdd(Int16)
ReverseAdd(Decimal)
ReverseAdd(Byte)
ReverseAdd(UInt64)
ReverseAdd(Int32)

ReverseAdd(UInt32)

Zdroj:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Zdroj:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Zdroj:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.UInt32DataFrameColumn ReverseAdd(uint value);
override this.ReverseAdd : uint32 -> Microsoft.Data.Analysis.UInt32DataFrameColumn
Public Function ReverseAdd (value As UInteger) As UInt32DataFrameColumn

Parametry

value
UInt32

Návraty

Platí pro

ReverseAdd(UInt16)

Zdroj:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Zdroj:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Zdroj:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int32DataFrameColumn ReverseAdd(ushort value);
override this.ReverseAdd : uint16 -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function ReverseAdd (value As UShort) As Int32DataFrameColumn

Parametry

value
UInt16

Návraty

Platí pro

ReverseAdd(Single)

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

Parametry

value
Single

Návraty

Platí pro

ReverseAdd(SByte)

Zdroj:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Zdroj:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Zdroj:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int32DataFrameColumn ReverseAdd(sbyte value);
override this.ReverseAdd : sbyte -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function ReverseAdd (value As SByte) As Int32DataFrameColumn

Parametry

value
SByte

Návraty

Platí pro

ReverseAdd(Int64)

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

Parametry

value
Int64

Návraty

Platí pro

ReverseAdd(Double)

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

Parametry

value
Double

Návraty

Platí pro

ReverseAdd(Int16)

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

Parametry

value
Int16

Návraty

Platí pro

ReverseAdd(Decimal)

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

Parametry

value
Decimal

Návraty

Platí pro

ReverseAdd(Byte)

Zdroj:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Zdroj:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Zdroj:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int32DataFrameColumn ReverseAdd(byte value);
override this.ReverseAdd : byte -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function ReverseAdd (value As Byte) As Int32DataFrameColumn

Parametry

value
Byte

Návraty

Platí pro

ReverseAdd(UInt64)

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

Parametry

value
UInt64

Návraty

Platí pro

ReverseAdd(Int32)

Zdroj:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Zdroj:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Zdroj:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int32DataFrameColumn ReverseAdd(int value);
override this.ReverseAdd : int -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function ReverseAdd (value As Integer) As Int32DataFrameColumn

Parametry

value
Int32

Návraty

Platí pro