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