Share via


SByteDataFrameColumn.Subtract Method

Definition

Overloads

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

Subtract(UInt16)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
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

Parameters

value
UInt16

Returns

Applies to

Subtract(Single)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
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

Parameters

value
Single

Returns

Applies to

Subtract(SByte)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
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

Parameters

value
SByte

Returns

Applies to

Subtract(Int64)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
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

Parameters

value
Int64

Returns

Applies to

Subtract(Int32)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
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

Parameters

value
Int32

Returns

Applies to

Subtract(Int16)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
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

Parameters

value
Int16

Returns

Applies to

Subtract(Double)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
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

Parameters

value
Double

Returns

Applies to

Subtract(Decimal)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
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

Parameters

value
Decimal

Returns

Applies to

Subtract(Byte)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
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

Parameters

value
Byte

Returns

Applies to

Subtract(UInt64DataFrameColumn)

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

Parameters

Returns

Applies to

Subtract(SingleDataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
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

Parameters

Returns

Applies to

Subtract(UInt16DataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
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

Parameters

Returns

Applies to

Subtract(SByteDataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
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

Parameters

Returns

Applies to

Subtract(Int64DataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
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

Parameters

Returns

Applies to

Subtract(Int32DataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
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

Parameters

Returns

Applies to

Subtract(Int16DataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
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

Parameters

Returns

Applies to

Subtract(DoubleDataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
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

Parameters

Returns

Applies to

Subtract(DecimalDataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
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

Parameters

Returns

Applies to

Subtract(ByteDataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
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

Parameters

Returns

Applies to

Subtract(UInt32)

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

Parameters

value
UInt32

Returns

Applies to

Subtract(UInt32DataFrameColumn)

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

Parameters

Returns

Applies to

Subtract(UInt64)

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

Parameters

value
UInt64

Returns

Applies to