Int32DataFrameColumn.ReverseDivide Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ReverseDivide(UInt16, Boolean)
public Microsoft.Data.Analysis.Int32DataFrameColumn ReverseDivide(ushort value, bool inPlace = false);
override this.ReverseDivide : uint16 * bool -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function ReverseDivide (value As UShort, Optional inPlace As Boolean = false) As Int32DataFrameColumn
Parameter
- value
- UInt16
- inPlace
- Boolean
Gibt zurück
Gilt für:
ReverseDivide(Int16, Boolean)
public Microsoft.Data.Analysis.Int32DataFrameColumn ReverseDivide(short value, bool inPlace = false);
override this.ReverseDivide : int16 * bool -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function ReverseDivide (value As Short, Optional inPlace As Boolean = false) As Int32DataFrameColumn
Parameter
- value
- Int16
- inPlace
- Boolean
Gibt zurück
Gilt für:
ReverseDivide(SByte, Boolean)
public Microsoft.Data.Analysis.Int32DataFrameColumn ReverseDivide(sbyte value, bool inPlace = false);
override this.ReverseDivide : sbyte * bool -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function ReverseDivide (value As SByte, Optional inPlace As Boolean = false) As Int32DataFrameColumn
Parameter
- value
- SByte
- inPlace
- Boolean
Gibt zurück
Gilt für:
ReverseDivide(Int32, Boolean)
public Microsoft.Data.Analysis.Int32DataFrameColumn ReverseDivide(int value, bool inPlace = false);
override this.ReverseDivide : int * bool -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function ReverseDivide (value As Integer, Optional inPlace As Boolean = false) As Int32DataFrameColumn
Parameter
- value
- Int32
- inPlace
- Boolean
Gibt zurück
Gilt für:
ReverseDivide(Byte, Boolean)
public Microsoft.Data.Analysis.Int32DataFrameColumn ReverseDivide(byte value, bool inPlace = false);
override this.ReverseDivide : byte * bool -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function ReverseDivide (value As Byte, Optional inPlace As Boolean = false) As Int32DataFrameColumn
Parameter
- value
- Byte
- inPlace
- Boolean
Gibt zurück
Gilt fü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
Parameter
- value
- Int64
Gibt zurück
Gilt für:
ReverseDivide(UInt32)
public Microsoft.Data.Analysis.Int64DataFrameColumn ReverseDivide(uint value);
override this.ReverseDivide : uint32 -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function ReverseDivide (value As UInteger) As Int64DataFrameColumn
Parameter
- value
- UInt32
Gibt zurück
Gilt fü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
Parameter
- value
- Single
Gibt zurück
Gilt fü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
Parameter
- value
- Double
Gibt zurück
Gilt fü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
Parameter
- value
- Decimal
Gibt zurück
Gilt für:
ReverseDivide(UInt64)
public Microsoft.Data.Analysis.SingleDataFrameColumn ReverseDivide(ulong value);
override this.ReverseDivide : uint64 -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function ReverseDivide (value As ULong) As SingleDataFrameColumn
Parameter
- value
- UInt64