Udostępnij przez


ByteDataFrameColumn.Subtract Metoda

Definicja

Przeciążenia

Subtract(UInt16)

Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int32DataFrameColumn Subtract(ushort value);
override this.Subtract : uint16 -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function Subtract (value As UShort) As Int32DataFrameColumn

Parametry

value
UInt16

Zwraca

Dotyczy

Subtract(Single)

Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
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

Parametry

value
Single

Zwraca

Dotyczy

Subtract(SByte)

Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int32DataFrameColumn Subtract(sbyte value);
override this.Subtract : sbyte -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function Subtract (value As SByte) As Int32DataFrameColumn

Parametry

value
SByte

Zwraca

Dotyczy

Subtract(Int64)

Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int64DataFrameColumn Subtract(long value);
override this.Subtract : int64 -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function Subtract (value As Long) As Int64DataFrameColumn

Parametry

value
Int64

Zwraca

Dotyczy

Subtract(Int32)

Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int32DataFrameColumn Subtract(int value);
override this.Subtract : int -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function Subtract (value As Integer) As Int32DataFrameColumn

Parametry

value
Int32

Zwraca

Dotyczy

Subtract(Int16)

Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int32DataFrameColumn Subtract(short value);
override this.Subtract : int16 -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function Subtract (value As Short) As Int32DataFrameColumn

Parametry

value
Int16

Zwraca

Dotyczy

Subtract(Double)

Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
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

Parametry

value
Double

Zwraca

Dotyczy

Subtract(Decimal)

Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
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

Parametry

value
Decimal

Zwraca

Dotyczy

Subtract(Byte)

Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int32DataFrameColumn Subtract(byte value);
override this.Subtract : byte -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function Subtract (value As Byte) As Int32DataFrameColumn

Parametry

value
Byte

Zwraca

Dotyczy

Subtract(UInt64DataFrameColumn)

Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.UInt64DataFrameColumn Subtract(Microsoft.Data.Analysis.UInt64DataFrameColumn column);
override this.Subtract : Microsoft.Data.Analysis.UInt64DataFrameColumn -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function Subtract (column As UInt64DataFrameColumn) As UInt64DataFrameColumn

Parametry

Zwraca

Dotyczy

Subtract(SingleDataFrameColumn)

Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
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

Parametry

Zwraca

Dotyczy

Subtract(UInt16DataFrameColumn)

Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int32DataFrameColumn Subtract(Microsoft.Data.Analysis.UInt16DataFrameColumn column);
override this.Subtract : Microsoft.Data.Analysis.UInt16DataFrameColumn -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function Subtract (column As UInt16DataFrameColumn) As Int32DataFrameColumn

Parametry

Zwraca

Dotyczy

Subtract(SByteDataFrameColumn)

Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int32DataFrameColumn Subtract(Microsoft.Data.Analysis.SByteDataFrameColumn column);
override this.Subtract : Microsoft.Data.Analysis.SByteDataFrameColumn -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function Subtract (column As SByteDataFrameColumn) As Int32DataFrameColumn

Parametry

Zwraca

Dotyczy

Subtract(Int64DataFrameColumn)

Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int64DataFrameColumn Subtract(Microsoft.Data.Analysis.Int64DataFrameColumn column);
override this.Subtract : Microsoft.Data.Analysis.Int64DataFrameColumn -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function Subtract (column As Int64DataFrameColumn) As Int64DataFrameColumn

Parametry

Zwraca

Dotyczy

Subtract(Int32DataFrameColumn)

Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int32DataFrameColumn Subtract(Microsoft.Data.Analysis.Int32DataFrameColumn column);
override this.Subtract : Microsoft.Data.Analysis.Int32DataFrameColumn -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function Subtract (column As Int32DataFrameColumn) As Int32DataFrameColumn

Parametry

Zwraca

Dotyczy

Subtract(Int16DataFrameColumn)

Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int32DataFrameColumn Subtract(Microsoft.Data.Analysis.Int16DataFrameColumn column);
override this.Subtract : Microsoft.Data.Analysis.Int16DataFrameColumn -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function Subtract (column As Int16DataFrameColumn) As Int32DataFrameColumn

Parametry

Zwraca

Dotyczy

Subtract(DoubleDataFrameColumn)

Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
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

Parametry

Zwraca

Dotyczy

Subtract(DecimalDataFrameColumn)

Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
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

Parametry

Zwraca

Dotyczy

Subtract(ByteDataFrameColumn)

Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int32DataFrameColumn Subtract(Microsoft.Data.Analysis.ByteDataFrameColumn column);
override this.Subtract : Microsoft.Data.Analysis.ByteDataFrameColumn -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function Subtract (column As ByteDataFrameColumn) As Int32DataFrameColumn

Parametry

Zwraca

Dotyczy

Subtract(UInt32)

Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.UInt32DataFrameColumn Subtract(uint value);
override this.Subtract : uint32 -> Microsoft.Data.Analysis.UInt32DataFrameColumn
Public Function Subtract (value As UInteger) As UInt32DataFrameColumn

Parametry

value
UInt32

Zwraca

Dotyczy

Subtract(UInt32DataFrameColumn)

Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.UInt32DataFrameColumn Subtract(Microsoft.Data.Analysis.UInt32DataFrameColumn column);
override this.Subtract : Microsoft.Data.Analysis.UInt32DataFrameColumn -> Microsoft.Data.Analysis.UInt32DataFrameColumn
Public Function Subtract (column As UInt32DataFrameColumn) As UInt32DataFrameColumn

Parametry

Zwraca

Dotyczy

Subtract(UInt64)

Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Źródło:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.UInt64DataFrameColumn Subtract(ulong value);
override this.Subtract : uint64 -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function Subtract (value As ULong) As UInt64DataFrameColumn

Parametry

value
UInt64

Zwraca

Dotyczy