Dela via


Int64DataFrameColumn.Subtract Method

Definition

Overloads

Subtract(SByte, Boolean)

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

Parameters

value
SByte
inPlace
Boolean

Returns

Applies to

Subtract(Int64, Boolean)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int64DataFrameColumn Subtract(long value, bool inPlace = false);
override this.Subtract : int64 * bool -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function Subtract (value As Long, Optional inPlace As Boolean = false) As Int64DataFrameColumn

Parameters

value
Int64
inPlace
Boolean

Returns

Applies to

Subtract(Int32, Boolean)

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

Parameters

value
Int32
inPlace
Boolean

Returns

Applies to

Subtract(Int16, Boolean)

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

Parameters

value
Int16
inPlace
Boolean

Returns

Applies to

Subtract(Byte, Boolean)

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

Parameters

value
Byte
inPlace
Boolean

Returns

Applies to

Subtract(UInt32DataFrameColumn, Boolean)

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, bool inPlace = false);
override this.Subtract : Microsoft.Data.Analysis.UInt32DataFrameColumn * bool -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function Subtract (column As UInt32DataFrameColumn, Optional inPlace As Boolean = false) As Int64DataFrameColumn

Parameters

inPlace
Boolean

Returns

Applies to

Subtract(UInt16DataFrameColumn, Boolean)

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

Parameters

inPlace
Boolean

Returns

Applies to

Subtract(SByteDataFrameColumn, Boolean)

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

Parameters

inPlace
Boolean

Returns

Applies to

Subtract(Int64DataFrameColumn, Boolean)

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, bool inPlace = false);
override this.Subtract : Microsoft.Data.Analysis.Int64DataFrameColumn * bool -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function Subtract (column As Int64DataFrameColumn, Optional inPlace As Boolean = false) As Int64DataFrameColumn

Parameters

inPlace
Boolean

Returns

Applies to

Subtract(Int16DataFrameColumn, Boolean)

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

Parameters

inPlace
Boolean

Returns

Applies to

Subtract(ByteDataFrameColumn, Boolean)

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

Parameters

inPlace
Boolean

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(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(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(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(UInt16, Boolean)

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

Parameters

value
UInt16
inPlace
Boolean

Returns

Applies to

Subtract(Int32DataFrameColumn, Boolean)

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

Parameters

inPlace
Boolean

Returns

Applies to

Subtract(UInt32, Boolean)

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

Parameters

value
UInt32
inPlace
Boolean

Returns

Applies to