Поделиться через


SByteDataFrameColumn.ReverseAdd Метод

Определение

Перегрузки

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

ReverseAdd(UInt32)

Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int64DataFrameColumn ReverseAdd(uint value);
override this.ReverseAdd : uint32 -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function ReverseAdd (value As UInteger) As Int64DataFrameColumn

Параметры

value
UInt32

Возвращаемое значение

Применяется к

ReverseAdd(UInt16)

Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
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

Параметры

value
UInt16

Возвращаемое значение

Применяется к

ReverseAdd(Single)

Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
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

Параметры

value
Single

Возвращаемое значение

Применяется к

ReverseAdd(SByte)

Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
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

Параметры

value
SByte

Возвращаемое значение

Применяется к

ReverseAdd(Int64)

Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
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

Параметры

value
Int64

Возвращаемое значение

Применяется к

ReverseAdd(Double)

Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
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

Параметры

value
Double

Возвращаемое значение

Применяется к

ReverseAdd(Int16)

Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
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

Параметры

value
Int16

Возвращаемое значение

Применяется к

ReverseAdd(Decimal)

Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
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

Параметры

value
Decimal

Возвращаемое значение

Применяется к

ReverseAdd(Byte)

Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
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

Параметры

value
Byte

Возвращаемое значение

Применяется к

ReverseAdd(UInt64)

Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.SingleDataFrameColumn ReverseAdd(ulong value);
override this.ReverseAdd : uint64 -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function ReverseAdd (value As ULong) As SingleDataFrameColumn

Параметры

value
UInt64

Возвращаемое значение

Применяется к

ReverseAdd(Int32)

Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
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

Параметры

value
Int32

Возвращаемое значение

Применяется к