DoubleDataFrameColumn.Subtract Method

Definition

Overloads

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

Subtract(UInt16, Boolean)

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

Parameters

value
UInt16
inPlace
Boolean

Returns

Applies to

Subtract(Single, Boolean)

public Microsoft.Data.Analysis.DoubleDataFrameColumn Subtract (float value, bool inPlace = false);
override this.Subtract : single * bool -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function Subtract (value As Single, Optional inPlace As Boolean = false) As DoubleDataFrameColumn

Parameters

value
Single
inPlace
Boolean

Returns

Applies to

Subtract(SByte, Boolean)

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

Parameters

value
SByte
inPlace
Boolean

Returns

Applies to

Subtract(Int64, Boolean)

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

Parameters

value
Int64
inPlace
Boolean

Returns

Applies to

Subtract(Int32, Boolean)

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

Parameters

value
Int32
inPlace
Boolean

Returns

Applies to

Subtract(Int16, Boolean)

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

Parameters

value
Int16
inPlace
Boolean

Returns

Applies to

Subtract(Double, Boolean)

public Microsoft.Data.Analysis.DoubleDataFrameColumn Subtract (double value, bool inPlace = false);
override this.Subtract : double * bool -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function Subtract (value As Double, Optional inPlace As Boolean = false) As DoubleDataFrameColumn

Parameters

value
Double
inPlace
Boolean

Returns

Applies to

Subtract(Byte, Boolean)

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

Parameters

value
Byte
inPlace
Boolean

Returns

Applies to

Subtract(UInt64DataFrameColumn, Boolean)

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

Parameters

inPlace
Boolean

Returns

Applies to

Subtract(UInt16DataFrameColumn, Boolean)

public Microsoft.Data.Analysis.DoubleDataFrameColumn Subtract (Microsoft.Data.Analysis.UInt16DataFrameColumn column, bool inPlace = false);
override this.Subtract : Microsoft.Data.Analysis.UInt16DataFrameColumn * bool -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function Subtract (column As UInt16DataFrameColumn, Optional inPlace As Boolean = false) As DoubleDataFrameColumn

Parameters

inPlace
Boolean

Returns

Applies to

Subtract(SingleDataFrameColumn, Boolean)

public Microsoft.Data.Analysis.DoubleDataFrameColumn Subtract (Microsoft.Data.Analysis.SingleDataFrameColumn column, bool inPlace = false);
override this.Subtract : Microsoft.Data.Analysis.SingleDataFrameColumn * bool -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function Subtract (column As SingleDataFrameColumn, Optional inPlace As Boolean = false) As DoubleDataFrameColumn

Parameters

inPlace
Boolean

Returns

Applies to

Subtract(SByteDataFrameColumn, Boolean)

public Microsoft.Data.Analysis.DoubleDataFrameColumn Subtract (Microsoft.Data.Analysis.SByteDataFrameColumn column, bool inPlace = false);
override this.Subtract : Microsoft.Data.Analysis.SByteDataFrameColumn * bool -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function Subtract (column As SByteDataFrameColumn, Optional inPlace As Boolean = false) As DoubleDataFrameColumn

Parameters

inPlace
Boolean

Returns

Applies to

Subtract(Int64DataFrameColumn, Boolean)

public Microsoft.Data.Analysis.DoubleDataFrameColumn Subtract (Microsoft.Data.Analysis.Int64DataFrameColumn column, bool inPlace = false);
override this.Subtract : Microsoft.Data.Analysis.Int64DataFrameColumn * bool -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function Subtract (column As Int64DataFrameColumn, Optional inPlace As Boolean = false) As DoubleDataFrameColumn

Parameters

inPlace
Boolean

Returns

Applies to

Subtract(Int32DataFrameColumn, Boolean)

public Microsoft.Data.Analysis.DoubleDataFrameColumn Subtract (Microsoft.Data.Analysis.Int32DataFrameColumn column, bool inPlace = false);
override this.Subtract : Microsoft.Data.Analysis.Int32DataFrameColumn * bool -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function Subtract (column As Int32DataFrameColumn, Optional inPlace As Boolean = false) As DoubleDataFrameColumn

Parameters

inPlace
Boolean

Returns

Applies to

Subtract(Int16DataFrameColumn, Boolean)

public Microsoft.Data.Analysis.DoubleDataFrameColumn Subtract (Microsoft.Data.Analysis.Int16DataFrameColumn column, bool inPlace = false);
override this.Subtract : Microsoft.Data.Analysis.Int16DataFrameColumn * bool -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function Subtract (column As Int16DataFrameColumn, Optional inPlace As Boolean = false) As DoubleDataFrameColumn

Parameters

inPlace
Boolean

Returns

Applies to

Subtract(DoubleDataFrameColumn, Boolean)

public Microsoft.Data.Analysis.DoubleDataFrameColumn Subtract (Microsoft.Data.Analysis.DoubleDataFrameColumn column, bool inPlace = false);
override this.Subtract : Microsoft.Data.Analysis.DoubleDataFrameColumn * bool -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function Subtract (column As DoubleDataFrameColumn, Optional inPlace As Boolean = false) As DoubleDataFrameColumn

Parameters

inPlace
Boolean

Returns

Applies to

Subtract(ByteDataFrameColumn, Boolean)

public Microsoft.Data.Analysis.DoubleDataFrameColumn Subtract (Microsoft.Data.Analysis.ByteDataFrameColumn column, bool inPlace = false);
override this.Subtract : Microsoft.Data.Analysis.ByteDataFrameColumn * bool -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function Subtract (column As ByteDataFrameColumn, Optional inPlace As Boolean = false) As DoubleDataFrameColumn

Parameters

inPlace
Boolean

Returns

Applies to

Subtract(UInt32, Boolean)

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

Parameters

value
UInt32
inPlace
Boolean

Returns

Applies to

Subtract(UInt32DataFrameColumn, Boolean)

public Microsoft.Data.Analysis.DoubleDataFrameColumn Subtract (Microsoft.Data.Analysis.UInt32DataFrameColumn column, bool inPlace = false);
override this.Subtract : Microsoft.Data.Analysis.UInt32DataFrameColumn * bool -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function Subtract (column As UInt32DataFrameColumn, Optional inPlace As Boolean = false) As DoubleDataFrameColumn

Parameters

inPlace
Boolean

Returns

Applies to

Subtract(UInt64, Boolean)

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

Parameters

value
UInt64
inPlace
Boolean

Returns

Applies to