Freigeben über


Int32DataFrameColumn.ReverseSubtract Methode

Definition

Überlädt

ReverseSubtract(UInt16, Boolean)
ReverseSubtract(SByte, Boolean)
ReverseSubtract(Int32, Boolean)
ReverseSubtract(Int16, Boolean)
ReverseSubtract(Byte, Boolean)
ReverseSubtract(Single)
ReverseSubtract(UInt32)
ReverseSubtract(Int64)
ReverseSubtract(Double)
ReverseSubtract(Decimal)
ReverseSubtract(UInt64)

ReverseSubtract(UInt16, Boolean)

Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int32DataFrameColumn ReverseSubtract(ushort value, bool inPlace = false);
override this.ReverseSubtract : uint16 * bool -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function ReverseSubtract (value As UShort, Optional inPlace As Boolean = false) As Int32DataFrameColumn

Parameter

value
UInt16
inPlace
Boolean

Gibt zurück

Gilt für:

ReverseSubtract(SByte, Boolean)

Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int32DataFrameColumn ReverseSubtract(sbyte value, bool inPlace = false);
override this.ReverseSubtract : sbyte * bool -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function ReverseSubtract (value As SByte, Optional inPlace As Boolean = false) As Int32DataFrameColumn

Parameter

value
SByte
inPlace
Boolean

Gibt zurück

Gilt für:

ReverseSubtract(Int32, Boolean)

Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int32DataFrameColumn ReverseSubtract(int value, bool inPlace = false);
override this.ReverseSubtract : int * bool -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function ReverseSubtract (value As Integer, Optional inPlace As Boolean = false) As Int32DataFrameColumn

Parameter

value
Int32
inPlace
Boolean

Gibt zurück

Gilt für:

ReverseSubtract(Int16, Boolean)

Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int32DataFrameColumn ReverseSubtract(short value, bool inPlace = false);
override this.ReverseSubtract : int16 * bool -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function ReverseSubtract (value As Short, Optional inPlace As Boolean = false) As Int32DataFrameColumn

Parameter

value
Int16
inPlace
Boolean

Gibt zurück

Gilt für:

ReverseSubtract(Byte, Boolean)

Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int32DataFrameColumn ReverseSubtract(byte value, bool inPlace = false);
override this.ReverseSubtract : byte * bool -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function ReverseSubtract (value As Byte, Optional inPlace As Boolean = false) As Int32DataFrameColumn

Parameter

value
Byte
inPlace
Boolean

Gibt zurück

Gilt für:

ReverseSubtract(Single)

Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.SingleDataFrameColumn ReverseSubtract(float value);
override this.ReverseSubtract : single -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function ReverseSubtract (value As Single) As SingleDataFrameColumn

Parameter

value
Single

Gibt zurück

Gilt für:

ReverseSubtract(UInt32)

Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int64DataFrameColumn ReverseSubtract(uint value);
override this.ReverseSubtract : uint32 -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function ReverseSubtract (value As UInteger) As Int64DataFrameColumn

Parameter

value
UInt32

Gibt zurück

Gilt für:

ReverseSubtract(Int64)

Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int64DataFrameColumn ReverseSubtract(long value);
override this.ReverseSubtract : int64 -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function ReverseSubtract (value As Long) As Int64DataFrameColumn

Parameter

value
Int64

Gibt zurück

Gilt für:

ReverseSubtract(Double)

Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DoubleDataFrameColumn ReverseSubtract(double value);
override this.ReverseSubtract : double -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function ReverseSubtract (value As Double) As DoubleDataFrameColumn

Parameter

value
Double

Gibt zurück

Gilt für:

ReverseSubtract(Decimal)

Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseSubtract(decimal value);
override this.ReverseSubtract : decimal -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseSubtract (value As Decimal) As DecimalDataFrameColumn

Parameter

value
Decimal

Gibt zurück

Gilt für:

ReverseSubtract(UInt64)

Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.SingleDataFrameColumn ReverseSubtract(ulong value);
override this.ReverseSubtract : uint64 -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function ReverseSubtract (value As ULong) As SingleDataFrameColumn

Parameter

value
UInt64

Gibt zurück

Gilt für: