Int64DataFrameColumn.ReverseDivide 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ReverseDivide(Int64, Boolean)
public Microsoft.Data.Analysis.Int64DataFrameColumn ReverseDivide(long value, bool inPlace = false);
override this.ReverseDivide : int64 * bool -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function ReverseDivide (value As Long, Optional inPlace As Boolean = false) As Int64DataFrameColumn
參數
- value
- Int64
- inPlace
- Boolean
傳回
適用於
ReverseDivide(UInt16, Boolean)
public Microsoft.Data.Analysis.Int64DataFrameColumn ReverseDivide(ushort value, bool inPlace = false);
override this.ReverseDivide : uint16 * bool -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function ReverseDivide (value As UShort, Optional inPlace As Boolean = false) As Int64DataFrameColumn
參數
- value
- UInt16
- inPlace
- Boolean
傳回
適用於
ReverseDivide(SByte, Boolean)
public Microsoft.Data.Analysis.Int64DataFrameColumn ReverseDivide(sbyte value, bool inPlace = false);
override this.ReverseDivide : sbyte * bool -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function ReverseDivide (value As SByte, Optional inPlace As Boolean = false) As Int64DataFrameColumn
參數
- value
- SByte
- inPlace
- Boolean
傳回
適用於
ReverseDivide(UInt32, Boolean)
public Microsoft.Data.Analysis.Int64DataFrameColumn ReverseDivide(uint value, bool inPlace = false);
override this.ReverseDivide : uint32 * bool -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function ReverseDivide (value As UInteger, Optional inPlace As Boolean = false) As Int64DataFrameColumn
參數
- value
- UInt32
- inPlace
- Boolean
傳回
適用於
ReverseDivide(Int32, Boolean)
public Microsoft.Data.Analysis.Int64DataFrameColumn ReverseDivide(int value, bool inPlace = false);
override this.ReverseDivide : int * bool -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function ReverseDivide (value As Integer, Optional inPlace As Boolean = false) As Int64DataFrameColumn
參數
- value
- Int32
- inPlace
- Boolean
傳回
適用於
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
參數
- value
- Single
傳回
適用於
ReverseDivide(Byte, Boolean)
public Microsoft.Data.Analysis.Int64DataFrameColumn ReverseDivide(byte value, bool inPlace = false);
override this.ReverseDivide : byte * bool -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function ReverseDivide (value As Byte, Optional inPlace As Boolean = false) As Int64DataFrameColumn
參數
- value
- Byte
- inPlace
- Boolean
傳回
適用於
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
參數
- value
- Double
傳回
適用於
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
參數
- value
- Decimal
傳回
適用於
ReverseDivide(Int16, Boolean)
public Microsoft.Data.Analysis.Int64DataFrameColumn ReverseDivide(short value, bool inPlace = false);
override this.ReverseDivide : int16 * bool -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function ReverseDivide (value As Short, Optional inPlace As Boolean = false) As Int64DataFrameColumn
參數
- value
- Int16
- inPlace
- Boolean