Int64DataFrameColumn.ReverseAdd Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
ReverseAdd(Int64, Boolean)
public Microsoft.Data.Analysis.Int64DataFrameColumn ReverseAdd(long value, bool inPlace = false);
override this.ReverseAdd : int64 * bool -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function ReverseAdd (value As Long, Optional inPlace As Boolean = false) As Int64DataFrameColumn
Parametreler
- value
- Int64
- inPlace
- Boolean
Döndürülenler
Şunlara uygulanır
ReverseAdd(UInt32, Boolean)
public Microsoft.Data.Analysis.Int64DataFrameColumn ReverseAdd(uint value, bool inPlace = false);
override this.ReverseAdd : uint32 * bool -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function ReverseAdd (value As UInteger, Optional inPlace As Boolean = false) As Int64DataFrameColumn
Parametreler
- value
- UInt32
- inPlace
- Boolean
Döndürülenler
Şunlara uygulanır
ReverseAdd(UInt16, Boolean)
public Microsoft.Data.Analysis.Int64DataFrameColumn ReverseAdd(ushort value, bool inPlace = false);
override this.ReverseAdd : uint16 * bool -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function ReverseAdd (value As UShort, Optional inPlace As Boolean = false) As Int64DataFrameColumn
Parametreler
- value
- UInt16
- inPlace
- Boolean
Döndürülenler
Şunlara uygulanır
ReverseAdd(SByte, Boolean)
public Microsoft.Data.Analysis.Int64DataFrameColumn ReverseAdd(sbyte value, bool inPlace = false);
override this.ReverseAdd : sbyte * bool -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function ReverseAdd (value As SByte, Optional inPlace As Boolean = false) As Int64DataFrameColumn
Parametreler
- value
- SByte
- inPlace
- Boolean
Döndürülenler
Şunlara uygulanır
ReverseAdd(Int32, Boolean)
public Microsoft.Data.Analysis.Int64DataFrameColumn ReverseAdd(int value, bool inPlace = false);
override this.ReverseAdd : int * bool -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function ReverseAdd (value As Integer, Optional inPlace As Boolean = false) As Int64DataFrameColumn
Parametreler
- value
- Int32
- inPlace
- Boolean
Döndürülenler
Şunlara uygulanır
ReverseAdd(Decimal)
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseAdd(decimal value);
override this.ReverseAdd : decimal -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseAdd (value As Decimal) As DecimalDataFrameColumn
Parametreler
- value
- Decimal
Döndürülenler
Şunlara uygulanır
ReverseAdd(Byte, Boolean)
public Microsoft.Data.Analysis.Int64DataFrameColumn ReverseAdd(byte value, bool inPlace = false);
override this.ReverseAdd : byte * bool -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function ReverseAdd (value As Byte, Optional inPlace As Boolean = false) As Int64DataFrameColumn
Parametreler
- value
- Byte
- inPlace
- Boolean
Döndürülenler
Şunlara uygulanır
ReverseAdd(Single)
public Microsoft.Data.Analysis.SingleDataFrameColumn ReverseAdd(float value);
override this.ReverseAdd : single -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function ReverseAdd (value As Single) As SingleDataFrameColumn
Parametreler
- value
- Single
Döndürülenler
Şunlara uygulanır
ReverseAdd(Double)
public Microsoft.Data.Analysis.DoubleDataFrameColumn ReverseAdd(double value);
override this.ReverseAdd : double -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function ReverseAdd (value As Double) As DoubleDataFrameColumn
Parametreler
- value
- Double
Döndürülenler
Şunlara uygulanır
ReverseAdd(Int16, Boolean)
public Microsoft.Data.Analysis.Int64DataFrameColumn ReverseAdd(short value, bool inPlace = false);
override this.ReverseAdd : int16 * bool -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function ReverseAdd (value As Short, Optional inPlace As Boolean = false) As Int64DataFrameColumn
Parametreler
- value
- Int16
- inPlace
- Boolean