UInt32DataFrameColumn.ReverseDivide 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
ReverseDivide(UInt32, Boolean)
public Microsoft.Data.Analysis.UInt32DataFrameColumn ReverseDivide(uint value, bool inPlace = false);
override this.ReverseDivide : uint32 * bool -> Microsoft.Data.Analysis.UInt32DataFrameColumn
Public Function ReverseDivide (value As UInteger, Optional inPlace As Boolean = false) As UInt32DataFrameColumn
Parametreler
- value
- UInt32
- inPlace
- Boolean
Döndürülenler
Şunlara uygulanır
ReverseDivide(UInt64)
public Microsoft.Data.Analysis.UInt64DataFrameColumn ReverseDivide(ulong value);
override this.ReverseDivide : uint64 -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function ReverseDivide (value As ULong) As UInt64DataFrameColumn
Parametreler
- value
- UInt64
Döndürülenler
Şunlara uygulanır
ReverseDivide(UInt16, Boolean)
public Microsoft.Data.Analysis.UInt32DataFrameColumn ReverseDivide(ushort value, bool inPlace = false);
override this.ReverseDivide : uint16 * bool -> Microsoft.Data.Analysis.UInt32DataFrameColumn
Public Function ReverseDivide (value As UShort, Optional inPlace As Boolean = false) As UInt32DataFrameColumn
Parametreler
- value
- UInt16
- inPlace
- Boolean
Döndürülenler
Şunlara uygulanır
ReverseDivide(Byte, Boolean)
public Microsoft.Data.Analysis.UInt32DataFrameColumn ReverseDivide(byte value, bool inPlace = false);
override this.ReverseDivide : byte * bool -> Microsoft.Data.Analysis.UInt32DataFrameColumn
Public Function ReverseDivide (value As Byte, Optional inPlace As Boolean = false) As UInt32DataFrameColumn
Parametreler
- value
- Byte
- inPlace
- Boolean
Döndürülenler
Şunlara uygulanır
ReverseDivide(Single)
public Microsoft.Data.Analysis.SingleDataFrameColumn ReverseDivide(float value);
override this.ReverseDivide : single -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function ReverseDivide (value As Single) As SingleDataFrameColumn
Parametreler
- value
- Single
Döndürülenler
Şunlara uygulanır
ReverseDivide(Int16)
public Microsoft.Data.Analysis.Int64DataFrameColumn ReverseDivide(short value);
override this.ReverseDivide : int16 -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function ReverseDivide (value As Short) As Int64DataFrameColumn
Parametreler
- value
- Int16
Döndürülenler
Şunlara uygulanır
ReverseDivide(Int64)
public Microsoft.Data.Analysis.Int64DataFrameColumn ReverseDivide(long value);
override this.ReverseDivide : int64 -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function ReverseDivide (value As Long) As Int64DataFrameColumn
Parametreler
- value
- Int64
Döndürülenler
Şunlara uygulanır
ReverseDivide(Int32)
public Microsoft.Data.Analysis.Int64DataFrameColumn ReverseDivide(int value);
override this.ReverseDivide : int -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function ReverseDivide (value As Integer) As Int64DataFrameColumn
Parametreler
- value
- Int32
Döndürülenler
Şunlara uygulanır
ReverseDivide(Double)
public Microsoft.Data.Analysis.DoubleDataFrameColumn ReverseDivide(double value);
override this.ReverseDivide : double -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function ReverseDivide (value As Double) As DoubleDataFrameColumn
Parametreler
- value
- Double
Döndürülenler
Şunlara uygulanır
ReverseDivide(Decimal)
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseDivide(decimal value);
override this.ReverseDivide : decimal -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseDivide (value As Decimal) As DecimalDataFrameColumn
Parametreler
- value
- Decimal
Döndürülenler
Şunlara uygulanır
ReverseDivide(SByte)
public Microsoft.Data.Analysis.Int64DataFrameColumn ReverseDivide(sbyte value);
override this.ReverseDivide : sbyte -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function ReverseDivide (value As SByte) As Int64DataFrameColumn
Parametreler
- value
- SByte