Freigeben über


UInt64DataFrameColumn.Subtract Methode

Definition

Überlädt

Subtract(UInt16, Boolean)
Subtract(Byte, Boolean)
Subtract(UInt64DataFrameColumn, Boolean)
Subtract(UInt32DataFrameColumn, Boolean)
Subtract(UInt16DataFrameColumn, Boolean)
Subtract(ByteDataFrameColumn, Boolean)
Subtract(Single)
Subtract(SByte)
Subtract(Int32)
Subtract(Double)
Subtract(Decimal)
Subtract(SingleDataFrameColumn)
Subtract(SByteDataFrameColumn)
Subtract(Int32DataFrameColumn)
Subtract(Int16DataFrameColumn)
Subtract(DoubleDataFrameColumn)
Subtract(DecimalDataFrameColumn)
Subtract(UInt32, Boolean)
Subtract(Int16)
Subtract(UInt64, Boolean)

Subtract(UInt16, Boolean)

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

Parameter

value
UInt16
inPlace
Boolean

Gibt zurück

Gilt für:

Subtract(Byte, Boolean)

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

Parameter

value
Byte
inPlace
Boolean

Gibt zurück

Gilt für:

Subtract(UInt64DataFrameColumn, Boolean)

Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.UInt64DataFrameColumn Subtract(Microsoft.Data.Analysis.UInt64DataFrameColumn column, bool inPlace = false);
override this.Subtract : Microsoft.Data.Analysis.UInt64DataFrameColumn * bool -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function Subtract (column As UInt64DataFrameColumn, Optional inPlace As Boolean = false) As UInt64DataFrameColumn

Parameter

inPlace
Boolean

Gibt zurück

Gilt für:

Subtract(UInt32DataFrameColumn, Boolean)

Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.UInt64DataFrameColumn Subtract(Microsoft.Data.Analysis.UInt32DataFrameColumn column, bool inPlace = false);
override this.Subtract : Microsoft.Data.Analysis.UInt32DataFrameColumn * bool -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function Subtract (column As UInt32DataFrameColumn, Optional inPlace As Boolean = false) As UInt64DataFrameColumn

Parameter

inPlace
Boolean

Gibt zurück

Gilt für:

Subtract(UInt16DataFrameColumn, Boolean)

Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.UInt64DataFrameColumn Subtract(Microsoft.Data.Analysis.UInt16DataFrameColumn column, bool inPlace = false);
override this.Subtract : Microsoft.Data.Analysis.UInt16DataFrameColumn * bool -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function Subtract (column As UInt16DataFrameColumn, Optional inPlace As Boolean = false) As UInt64DataFrameColumn

Parameter

inPlace
Boolean

Gibt zurück

Gilt für:

Subtract(ByteDataFrameColumn, Boolean)

Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.UInt64DataFrameColumn Subtract(Microsoft.Data.Analysis.ByteDataFrameColumn column, bool inPlace = false);
override this.Subtract : Microsoft.Data.Analysis.ByteDataFrameColumn * bool -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function Subtract (column As ByteDataFrameColumn, Optional inPlace As Boolean = false) As UInt64DataFrameColumn

Parameter

inPlace
Boolean

Gibt zurück

Gilt für:

Subtract(Single)

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

Parameter

value
Single

Gibt zurück

Gilt für:

Subtract(SByte)

Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.SingleDataFrameColumn Subtract(sbyte value);
override this.Subtract : sbyte -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function Subtract (value As SByte) As SingleDataFrameColumn

Parameter

value
SByte

Gibt zurück

Gilt für:

Subtract(Int32)

Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.SingleDataFrameColumn Subtract(int value);
override this.Subtract : int -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function Subtract (value As Integer) As SingleDataFrameColumn

Parameter

value
Int32

Gibt zurück

Gilt für:

Subtract(Double)

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

Parameter

value
Double

Gibt zurück

Gilt für:

Subtract(Decimal)

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

Parameter

value
Decimal

Gibt zurück

Gilt für:

Subtract(SingleDataFrameColumn)

Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.SingleDataFrameColumn Subtract(Microsoft.Data.Analysis.SingleDataFrameColumn column);
override this.Subtract : Microsoft.Data.Analysis.SingleDataFrameColumn -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function Subtract (column As SingleDataFrameColumn) As SingleDataFrameColumn

Parameter

Gibt zurück

Gilt für:

Subtract(SByteDataFrameColumn)

Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.SingleDataFrameColumn Subtract(Microsoft.Data.Analysis.SByteDataFrameColumn column);
override this.Subtract : Microsoft.Data.Analysis.SByteDataFrameColumn -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function Subtract (column As SByteDataFrameColumn) As SingleDataFrameColumn

Parameter

Gibt zurück

Gilt für:

Subtract(Int32DataFrameColumn)

Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.SingleDataFrameColumn Subtract(Microsoft.Data.Analysis.Int32DataFrameColumn column);
override this.Subtract : Microsoft.Data.Analysis.Int32DataFrameColumn -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function Subtract (column As Int32DataFrameColumn) As SingleDataFrameColumn

Parameter

Gibt zurück

Gilt für:

Subtract(Int16DataFrameColumn)

Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.SingleDataFrameColumn Subtract(Microsoft.Data.Analysis.Int16DataFrameColumn column);
override this.Subtract : Microsoft.Data.Analysis.Int16DataFrameColumn -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function Subtract (column As Int16DataFrameColumn) As SingleDataFrameColumn

Parameter

Gibt zurück

Gilt für:

Subtract(DoubleDataFrameColumn)

Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DoubleDataFrameColumn Subtract(Microsoft.Data.Analysis.DoubleDataFrameColumn column);
override this.Subtract : Microsoft.Data.Analysis.DoubleDataFrameColumn -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function Subtract (column As DoubleDataFrameColumn) As DoubleDataFrameColumn

Parameter

Gibt zurück

Gilt für:

Subtract(DecimalDataFrameColumn)

Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn Subtract(Microsoft.Data.Analysis.DecimalDataFrameColumn column);
override this.Subtract : Microsoft.Data.Analysis.DecimalDataFrameColumn -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function Subtract (column As DecimalDataFrameColumn) As DecimalDataFrameColumn

Parameter

Gibt zurück

Gilt für:

Subtract(UInt32, Boolean)

Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.UInt64DataFrameColumn Subtract(uint value, bool inPlace = false);
override this.Subtract : uint32 * bool -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function Subtract (value As UInteger, Optional inPlace As Boolean = false) As UInt64DataFrameColumn

Parameter

value
UInt32
inPlace
Boolean

Gibt zurück

Gilt für:

Subtract(Int16)

Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.SingleDataFrameColumn Subtract(short value);
override this.Subtract : int16 -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function Subtract (value As Short) As SingleDataFrameColumn

Parameter

value
Int16

Gibt zurück

Gilt für:

Subtract(UInt64, Boolean)

Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Quelle:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.UInt64DataFrameColumn Subtract(ulong value, bool inPlace = false);
override this.Subtract : uint64 * bool -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function Subtract (value As ULong, Optional inPlace As Boolean = false) As UInt64DataFrameColumn

Parameter

value
UInt64
inPlace
Boolean

Gibt zurück

Gilt für: