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


UInt64DataFrameColumn.ReverseAdd Метод

Определение

Перегрузки

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

ReverseAdd(Byte, Boolean)

Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.UInt64DataFrameColumn ReverseAdd(byte value, bool inPlace = false);
override this.ReverseAdd : byte * bool -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function ReverseAdd (value As Byte, Optional inPlace As Boolean = false) As UInt64DataFrameColumn

Параметры

value
Byte
inPlace
Boolean

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

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

ReverseAdd(UInt64, Boolean)

Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.UInt64DataFrameColumn ReverseAdd(ulong value, bool inPlace = false);
override this.ReverseAdd : uint64 * bool -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function ReverseAdd (value As ULong, Optional inPlace As Boolean = false) As UInt64DataFrameColumn

Параметры

value
UInt64
inPlace
Boolean

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

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

ReverseAdd(UInt32, Boolean)

Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.UInt64DataFrameColumn ReverseAdd(uint value, bool inPlace = false);
override this.ReverseAdd : uint32 * bool -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function ReverseAdd (value As UInteger, Optional inPlace As Boolean = false) As UInt64DataFrameColumn

Параметры

value
UInt32
inPlace
Boolean

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

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

ReverseAdd(UInt16, Boolean)

Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.UInt64DataFrameColumn ReverseAdd(ushort value, bool inPlace = false);
override this.ReverseAdd : uint16 * bool -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function ReverseAdd (value As UShort, Optional inPlace As Boolean = false) As UInt64DataFrameColumn

Параметры

value
UInt16
inPlace
Boolean

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

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

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(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(Int32)

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

Параметры

value
Int32

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

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

ReverseAdd(Int16)

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

Параметры

value
Int16

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

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

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(SByte)

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

Параметры

value
SByte

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

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