DecimalDataFrameColumn Class

Definition

public class DecimalDataFrameColumn : Microsoft.Data.Analysis.PrimitiveDataFrameColumn<decimal>
type DecimalDataFrameColumn = class
    inherit PrimitiveDataFrameColumn<decimal>
Public Class DecimalDataFrameColumn
Inherits PrimitiveDataFrameColumn(Of Decimal)
Inheritance

Constructors

DecimalDataFrameColumn(String, IEnumerable<Decimal>)
DecimalDataFrameColumn(String, IEnumerable<Nullable<Decimal>>)
DecimalDataFrameColumn(String, Int64)
DecimalDataFrameColumn(String, ReadOnlyMemory<Byte>, ReadOnlyMemory<Byte>, Int32, Int32)

Properties

DataType

The type of data this column holds.

(Inherited from DataFrameColumn)
Item[Int64, Int32] (Inherited from PrimitiveDataFrameColumn<T>)
Item[Int64] (Inherited from PrimitiveDataFrameColumn<T>)
Length

The length of this column

(Inherited from DataFrameColumn)
Name

The column name.

(Inherited from DataFrameColumn)
NullCount (Inherited from PrimitiveDataFrameColumn<T>)

Methods

Abs(Boolean)

Updates each numeric element with its absolute numeric value

(Inherited from PrimitiveDataFrameColumn<T>)
Add(Byte, Boolean)
Add(ByteDataFrameColumn, Boolean)
Add(DataFrameColumn, Boolean)

Performs element-wise addition

(Inherited from PrimitiveDataFrameColumn<T>)
Add(Decimal, Boolean)
Add(DecimalDataFrameColumn, Boolean)
Add(Int16, Boolean)
Add(Int16DataFrameColumn, Boolean)
Add(Int32, Boolean)
Add(Int32DataFrameColumn, Boolean)
Add(Int64, Boolean)
Add(Int64DataFrameColumn, Boolean)
Add(SByte, Boolean)
Add(SByteDataFrameColumn, Boolean)
Add(UInt16, Boolean)
Add(UInt16DataFrameColumn, Boolean)
Add(UInt32, Boolean)
Add(UInt32DataFrameColumn, Boolean)
Add(UInt64, Boolean)
Add(UInt64DataFrameColumn, Boolean)
Add<U>(U, Boolean)

Performs an element-wise addition on each value in the column

(Inherited from PrimitiveDataFrameColumn<T>)
AddDataViewColumn(DataViewSchema+Builder) (Inherited from PrimitiveDataFrameColumn<T>)
AddValueUsingCursor(DataViewRowCursor, Delegate) (Inherited from PrimitiveDataFrameColumn<T>)
All()

Returns whether all the elements are True

(Inherited from PrimitiveDataFrameColumn<T>)
And(Boolean, Boolean)

Performs an element-wise boolean And on each value in the column

(Inherited from PrimitiveDataFrameColumn<T>)
And(DataFrameColumn, Boolean)

Performs element-wise boolean And

(Inherited from PrimitiveDataFrameColumn<T>)
Any()

Returns whether any element is True

(Inherited from PrimitiveDataFrameColumn<T>)
Append(Nullable<T>) (Inherited from PrimitiveDataFrameColumn<T>)
AppendMany(Nullable<T>, Int64) (Inherited from PrimitiveDataFrameColumn<T>)
Apply<TResult>(Func<Nullable<T>,Nullable<TResult>>)

Applies a function to all the values

(Inherited from PrimitiveDataFrameColumn<T>)
ApplyElementwise(Func<Nullable<T>,Int64,Nullable<T>>) (Inherited from PrimitiveDataFrameColumn<T>)
Clamp(T, T, Boolean)

Clamps values beyond the specified thresholds

(Inherited from PrimitiveDataFrameColumn<T>)
Clamp<U>(U, U, Boolean)

Clamps values beyond the specified thresholds

(Inherited from DataFrameColumn)
ClampImplementation<U>(U, U, Boolean) (Inherited from PrimitiveDataFrameColumn<T>)
Clone(DataFrameColumn, Boolean, Int64)

Returns a clone of this column

(Inherited from PrimitiveDataFrameColumn<T>)
Clone(IEnumerable<Int32>) (Inherited from PrimitiveDataFrameColumn<T>)
Clone(IEnumerable<Int64>) (Inherited from PrimitiveDataFrameColumn<T>)
Clone(PrimitiveDataFrameColumn<Int32>, Boolean) (Inherited from PrimitiveDataFrameColumn<T>)
Clone(PrimitiveDataFrameColumn<Int64>, Boolean) (Inherited from PrimitiveDataFrameColumn<T>)
CloneImplementation(DataFrameColumn, Boolean, Int64)

Clone column to produce a copy potentially changing the order of values by supplying mapIndices and an invert flag

(Inherited from PrimitiveDataFrameColumn<T>)
CreateNewColumn(String, Int64)
CumulativeMax(Boolean)

Updates each element with its cumulative maximum

(Inherited from PrimitiveDataFrameColumn<T>)
CumulativeMax(IEnumerable<Int64>, Boolean)

Updates column values at rowIndices with its cumulative rowIndices maximum

(Inherited from PrimitiveDataFrameColumn<T>)
CumulativeMin(Boolean)

Updates each element with its cumulative minimum

(Inherited from PrimitiveDataFrameColumn<T>)
CumulativeMin(IEnumerable<Int64>, Boolean)

Updates column values at rowIndices with its cumulative rowIndices minimum

(Inherited from PrimitiveDataFrameColumn<T>)
CumulativeProduct(Boolean)

Updates each element with its cumulative product

(Inherited from PrimitiveDataFrameColumn<T>)
CumulativeProduct(IEnumerable<Int64>, Boolean)

Updates column values at rowIndices with its cumulative rowIndices product

(Inherited from PrimitiveDataFrameColumn<T>)
CumulativeSum(Boolean)

Updates each element with its cumulative sum

(Inherited from PrimitiveDataFrameColumn<T>)
CumulativeSum(IEnumerable<Int64>, Boolean)

Updates column values at rowIndices with its cumulative rowIndices sum

(Inherited from PrimitiveDataFrameColumn<T>)
Description() (Inherited from PrimitiveDataFrameColumn<T>)
Divide(Byte, Boolean)
Divide(ByteDataFrameColumn, Boolean)
Divide(DataFrameColumn, Boolean)

Performs element-wise division

(Inherited from PrimitiveDataFrameColumn<T>)
Divide(Decimal, Boolean)
Divide(DecimalDataFrameColumn, Boolean)
Divide(Int16, Boolean)
Divide(Int16DataFrameColumn, Boolean)
Divide(Int32, Boolean)
Divide(Int32DataFrameColumn, Boolean)
Divide(Int64, Boolean)
Divide(Int64DataFrameColumn, Boolean)
Divide(SByte, Boolean)
Divide(SByteDataFrameColumn, Boolean)
Divide(UInt16, Boolean)
Divide(UInt16DataFrameColumn, Boolean)
Divide(UInt32, Boolean)
Divide(UInt32DataFrameColumn, Boolean)
Divide(UInt64, Boolean)
Divide(UInt64DataFrameColumn, Boolean)
Divide<U>(U, Boolean)

Performs an element-wise division on each value in the column

(Inherited from PrimitiveDataFrameColumn<T>)
ElementwiseEquals(Byte)
ElementwiseEquals(ByteDataFrameColumn)
ElementwiseEquals(DataFrameColumn)

Performs element-wise equals

(Inherited from PrimitiveDataFrameColumn<T>)
ElementwiseEquals(Decimal)
ElementwiseEquals(DecimalDataFrameColumn)
ElementwiseEquals(Int16)
ElementwiseEquals(Int16DataFrameColumn)
ElementwiseEquals(Int32)
ElementwiseEquals(Int32DataFrameColumn)
ElementwiseEquals(Int64)
ElementwiseEquals(Int64DataFrameColumn)
ElementwiseEquals(SByte)
ElementwiseEquals(SByteDataFrameColumn)
ElementwiseEquals(UInt16)
ElementwiseEquals(UInt16DataFrameColumn)
ElementwiseEquals(UInt32)
ElementwiseEquals(UInt32DataFrameColumn)
ElementwiseEquals(UInt64)
ElementwiseEquals(UInt64DataFrameColumn)
ElementwiseEquals<U>(U)

Performs an element-wise equals on each value in the column

(Inherited from PrimitiveDataFrameColumn<T>)
ElementwiseGreaterThan(Byte)
ElementwiseGreaterThan(ByteDataFrameColumn)
ElementwiseGreaterThan(DataFrameColumn)

Performs element-wise greater than

(Inherited from PrimitiveDataFrameColumn<T>)
ElementwiseGreaterThan(Decimal)
ElementwiseGreaterThan(DecimalDataFrameColumn)
ElementwiseGreaterThan(Int16)
ElementwiseGreaterThan(Int16DataFrameColumn)
ElementwiseGreaterThan(Int32)
ElementwiseGreaterThan(Int32DataFrameColumn)
ElementwiseGreaterThan(Int64)
ElementwiseGreaterThan(Int64DataFrameColumn)
ElementwiseGreaterThan(SByte)
ElementwiseGreaterThan(SByteDataFrameColumn)
ElementwiseGreaterThan(UInt16)
ElementwiseGreaterThan(UInt16DataFrameColumn)
ElementwiseGreaterThan(UInt32)
ElementwiseGreaterThan(UInt32DataFrameColumn)
ElementwiseGreaterThan(UInt64)
ElementwiseGreaterThan(UInt64DataFrameColumn)
ElementwiseGreaterThan<U>(U)

Performs an element-wise greater than on each value in the column

(Inherited from PrimitiveDataFrameColumn<T>)
ElementwiseGreaterThanOrEqual(Byte)
ElementwiseGreaterThanOrEqual(ByteDataFrameColumn)
ElementwiseGreaterThanOrEqual(DataFrameColumn)

Performs element-wise greater than or equal

(Inherited from PrimitiveDataFrameColumn<T>)
ElementwiseGreaterThanOrEqual(Decimal)
ElementwiseGreaterThanOrEqual(DecimalDataFrameColumn)
ElementwiseGreaterThanOrEqual(Int16)
ElementwiseGreaterThanOrEqual(Int16DataFrameColumn)
ElementwiseGreaterThanOrEqual(Int32)
ElementwiseGreaterThanOrEqual(Int32DataFrameColumn)
ElementwiseGreaterThanOrEqual(Int64)
ElementwiseGreaterThanOrEqual(Int64DataFrameColumn)
ElementwiseGreaterThanOrEqual(SByte)
ElementwiseGreaterThanOrEqual(SByteDataFrameColumn)
ElementwiseGreaterThanOrEqual(UInt16)
ElementwiseGreaterThanOrEqual(UInt16DataFrameColumn)
ElementwiseGreaterThanOrEqual(UInt32)
ElementwiseGreaterThanOrEqual(UInt32DataFrameColumn)
ElementwiseGreaterThanOrEqual(UInt64)
ElementwiseGreaterThanOrEqual(UInt64DataFrameColumn)
ElementwiseGreaterThanOrEqual<U>(U)

Performs an element-wise greater than or equal on each value in the column

(Inherited from PrimitiveDataFrameColumn<T>)
ElementwiseIsNotNull() (Inherited from PrimitiveDataFrameColumn<T>)
ElementwiseIsNull() (Inherited from PrimitiveDataFrameColumn<T>)
ElementwiseLessThan(Byte)
ElementwiseLessThan(ByteDataFrameColumn)
ElementwiseLessThan(DataFrameColumn)

Performs element-wise less than

(Inherited from PrimitiveDataFrameColumn<T>)
ElementwiseLessThan(Decimal)
ElementwiseLessThan(DecimalDataFrameColumn)
ElementwiseLessThan(Int16)
ElementwiseLessThan(Int16DataFrameColumn)
ElementwiseLessThan(Int32)
ElementwiseLessThan(Int32DataFrameColumn)
ElementwiseLessThan(Int64)
ElementwiseLessThan(Int64DataFrameColumn)
ElementwiseLessThan(SByte)
ElementwiseLessThan(SByteDataFrameColumn)
ElementwiseLessThan(UInt16)
ElementwiseLessThan(UInt16DataFrameColumn)
ElementwiseLessThan(UInt32)
ElementwiseLessThan(UInt32DataFrameColumn)
ElementwiseLessThan(UInt64)
ElementwiseLessThan(UInt64DataFrameColumn)
ElementwiseLessThan<U>(U)

Performs an element-wise less than on each value in the column

(Inherited from PrimitiveDataFrameColumn<T>)
ElementwiseLessThanOrEqual(Byte)
ElementwiseLessThanOrEqual(ByteDataFrameColumn)
ElementwiseLessThanOrEqual(DataFrameColumn)

Performs element-wise less than or equal

(Inherited from PrimitiveDataFrameColumn<T>)
ElementwiseLessThanOrEqual(Decimal)
ElementwiseLessThanOrEqual(DecimalDataFrameColumn)
ElementwiseLessThanOrEqual(Int16)
ElementwiseLessThanOrEqual(Int16DataFrameColumn)
ElementwiseLessThanOrEqual(Int32)
ElementwiseLessThanOrEqual(Int32DataFrameColumn)
ElementwiseLessThanOrEqual(Int64)
ElementwiseLessThanOrEqual(Int64DataFrameColumn)
ElementwiseLessThanOrEqual(SByte)
ElementwiseLessThanOrEqual(SByteDataFrameColumn)
ElementwiseLessThanOrEqual(UInt16)
ElementwiseLessThanOrEqual(UInt16DataFrameColumn)
ElementwiseLessThanOrEqual(UInt32)
ElementwiseLessThanOrEqual(UInt32DataFrameColumn)
ElementwiseLessThanOrEqual(UInt64)
ElementwiseLessThanOrEqual(UInt64DataFrameColumn)
ElementwiseLessThanOrEqual<U>(U)

Performs an element-wise less than or equal on each value in the column

(Inherited from PrimitiveDataFrameColumn<T>)
ElementwiseNotEquals(Byte)
ElementwiseNotEquals(ByteDataFrameColumn)
ElementwiseNotEquals(DataFrameColumn)

Performs element-wise not-equals

(Inherited from PrimitiveDataFrameColumn<T>)
ElementwiseNotEquals(Decimal)
ElementwiseNotEquals(DecimalDataFrameColumn)
ElementwiseNotEquals(Int16)
ElementwiseNotEquals(Int16DataFrameColumn)
ElementwiseNotEquals(Int32)
ElementwiseNotEquals(Int32DataFrameColumn)
ElementwiseNotEquals(Int64)
ElementwiseNotEquals(Int64DataFrameColumn)
ElementwiseNotEquals(SByte)
ElementwiseNotEquals(SByteDataFrameColumn)
ElementwiseNotEquals(UInt16)
ElementwiseNotEquals(UInt16DataFrameColumn)
ElementwiseNotEquals(UInt32)
ElementwiseNotEquals(UInt32DataFrameColumn)
ElementwiseNotEquals(UInt64)
ElementwiseNotEquals(UInt64DataFrameColumn)
ElementwiseNotEquals<U>(U)

Performs an element-wise not-equals on each value in the column

(Inherited from PrimitiveDataFrameColumn<T>)
FillNulls(Object, Boolean)

Returns a new column with null elements replaced by value.

(Inherited from DataFrameColumn)
FillNulls(T, Boolean)

Returns a new column with nulls replaced by value

(Inherited from PrimitiveDataFrameColumn<T>)
FillNullsImplementation(Object, Boolean) (Inherited from PrimitiveDataFrameColumn<T>)
Filter(T, T)

Returns a new column filtered by the lower and upper bounds

(Inherited from PrimitiveDataFrameColumn<T>)
Filter<U>(U, U)

Returns a new column filtered by the lower and upper bounds

(Inherited from DataFrameColumn)
FilterImplementation<U>(U, U) (Inherited from PrimitiveDataFrameColumn<T>)
GetArrowField() (Inherited from PrimitiveDataFrameColumn<T>)
GetDataViewGetter(DataViewRowCursor) (Inherited from PrimitiveDataFrameColumn<T>)
GetEnumerator() (Inherited from PrimitiveDataFrameColumn<T>)
GetEnumeratorCore() (Inherited from PrimitiveDataFrameColumn<T>)
GetGroupedOccurrences(DataFrameColumn, HashSet<Int64>) (Inherited from PrimitiveDataFrameColumn<T>)
GetGroupedOccurrences<TKey>(DataFrameColumn, HashSet<Int64>)

Get occurences of each value from this column in other column, grouped by this value

(Inherited from DataFrameColumn)
GetMaxRecordBatchLength(Int64) (Inherited from PrimitiveDataFrameColumn<T>)
GetReadOnlyDataBuffers()

Returns an enumerable of immutable memory buffers representing the underlying values

(Inherited from PrimitiveDataFrameColumn<T>)
GetReadOnlyNullBitMapBuffers()

Returns an enumerable of immutable ReadOnlyMemory<T> buffers representing null values in the Apache Arrow format

(Inherited from PrimitiveDataFrameColumn<T>)
GetTypedValue(Int64) (Inherited from PrimitiveDataFrameColumn<T>)
GetValue(Int64) (Inherited from PrimitiveDataFrameColumn<T>)
GetValueGetterUsingCursor(DataViewRowCursor, DataViewSchema+Column) (Inherited from PrimitiveDataFrameColumn<T>)
GetValues(Int64, Int32) (Inherited from PrimitiveDataFrameColumn<T>)
GroupBy(Int32, DataFrame) (Inherited from PrimitiveDataFrameColumn<T>)
GroupColumnValues<TKey>(HashSet<Int64>) (Inherited from PrimitiveDataFrameColumn<T>)
HasDescription()

Used to exclude columns from the Description method

(Inherited from PrimitiveDataFrameColumn<T>)
Info()

Returns a StringDataFrameColumn containing the DataType and Length of this column

(Inherited from DataFrameColumn)
IsNumericColumn() (Inherited from PrimitiveDataFrameColumn<T>)
IsValid(Int64) (Inherited from PrimitiveDataFrameColumn<T>)
LeftShift(Int32, Boolean)

Performs an element-wise left shift on each value in the column

(Inherited from PrimitiveDataFrameColumn<T>)
Max()

Returns the maximum of the values in the column

(Inherited from PrimitiveDataFrameColumn<T>)
Max(IEnumerable<Int64>)

Returns the maximum of the values at rowIndices

(Inherited from PrimitiveDataFrameColumn<T>)
Mean() (Inherited from PrimitiveDataFrameColumn<T>)
Median() (Inherited from PrimitiveDataFrameColumn<T>)
Min()

Returns the minimum of the values in the column

(Inherited from PrimitiveDataFrameColumn<T>)
Min(IEnumerable<Int64>)

Returns the minimum of the values at the rowIndices

(Inherited from PrimitiveDataFrameColumn<T>)
Modulo(Byte, Boolean)
Modulo(ByteDataFrameColumn, Boolean)
Modulo(DataFrameColumn, Boolean)

Performs element-wise modulus

(Inherited from PrimitiveDataFrameColumn<T>)
Modulo(Decimal, Boolean)
Modulo(DecimalDataFrameColumn, Boolean)
Modulo(Int16, Boolean)
Modulo(Int16DataFrameColumn, Boolean)
Modulo(Int32, Boolean)
Modulo(Int32DataFrameColumn, Boolean)
Modulo(Int64, Boolean)
Modulo(Int64DataFrameColumn, Boolean)
Modulo(SByte, Boolean)
Modulo(SByteDataFrameColumn, Boolean)
Modulo(UInt16, Boolean)
Modulo(UInt16DataFrameColumn, Boolean)
Modulo(UInt32, Boolean)
Modulo(UInt32DataFrameColumn, Boolean)
Modulo(UInt64, Boolean)
Modulo(UInt64DataFrameColumn, Boolean)
Modulo<U>(U, Boolean)

Performs an element-wise modulus operation on each value in the column

(Inherited from PrimitiveDataFrameColumn<T>)
Multiply(Byte, Boolean)
Multiply(ByteDataFrameColumn, Boolean)
Multiply(DataFrameColumn, Boolean)

Performs element-wise multiplication

(Inherited from PrimitiveDataFrameColumn<T>)
Multiply(Decimal, Boolean)
Multiply(DecimalDataFrameColumn, Boolean)
Multiply(Int16, Boolean)
Multiply(Int16DataFrameColumn, Boolean)
Multiply(Int32, Boolean)
Multiply(Int32DataFrameColumn, Boolean)
Multiply(Int64, Boolean)
Multiply(Int64DataFrameColumn, Boolean)
Multiply(SByte, Boolean)
Multiply(SByteDataFrameColumn, Boolean)
Multiply(UInt16, Boolean)
Multiply(UInt16DataFrameColumn, Boolean)
Multiply(UInt32, Boolean)
Multiply(UInt32DataFrameColumn, Boolean)
Multiply(UInt64, Boolean)
Multiply(UInt64DataFrameColumn, Boolean)
Multiply<U>(U, Boolean)

Performs an element-wise multiplication on each value in the column

(Inherited from PrimitiveDataFrameColumn<T>)
Or(Boolean, Boolean)

Performs an element-wise boolean Or on each value in the column

(Inherited from PrimitiveDataFrameColumn<T>)
Or(DataFrameColumn, Boolean)

Performs element-wise boolean Or

(Inherited from PrimitiveDataFrameColumn<T>)
Product()

Returns the product of the values in the column

(Inherited from PrimitiveDataFrameColumn<T>)
Product(IEnumerable<Int64>)

Returns the product of the values at the rowIndices

(Inherited from PrimitiveDataFrameColumn<T>)
Resize(Int64) (Inherited from PrimitiveDataFrameColumn<T>)
ReverseAdd(Byte, Boolean)
ReverseAdd(Decimal, Boolean)
ReverseAdd(Int16, Boolean)
ReverseAdd(Int32, Boolean)
ReverseAdd(Int64, Boolean)
ReverseAdd(SByte, Boolean)
ReverseAdd(UInt16, Boolean)
ReverseAdd(UInt32, Boolean)
ReverseAdd(UInt64, Boolean)
ReverseAdd<U>(U, Boolean)

Performs a reversed element-wise addition on each value in the column

(Inherited from PrimitiveDataFrameColumn<T>)
ReverseAnd(Boolean, Boolean)

Performs a reversed element-wise boolean And on each value in the column

(Inherited from DataFrameColumn)
ReverseDivide(Byte, Boolean)
ReverseDivide(Decimal, Boolean)
ReverseDivide(Int16, Boolean)
ReverseDivide(Int32, Boolean)
ReverseDivide(Int64, Boolean)
ReverseDivide(SByte, Boolean)
ReverseDivide(UInt16, Boolean)
ReverseDivide(UInt32, Boolean)
ReverseDivide(UInt64, Boolean)
ReverseDivide<U>(U, Boolean)

Performs a reversed element-wise division on each value in the column

(Inherited from PrimitiveDataFrameColumn<T>)
ReverseModulo(Byte, Boolean)
ReverseModulo(Decimal, Boolean)
ReverseModulo(Int16, Boolean)
ReverseModulo(Int32, Boolean)
ReverseModulo(Int64, Boolean)
ReverseModulo(SByte, Boolean)
ReverseModulo(UInt16, Boolean)
ReverseModulo(UInt32, Boolean)
ReverseModulo(UInt64, Boolean)
ReverseModulo<U>(U, Boolean)

Performs a reversed element-wise modulus operation on each value in the column

(Inherited from PrimitiveDataFrameColumn<T>)
ReverseMultiply(Byte, Boolean)
ReverseMultiply(Decimal, Boolean)
ReverseMultiply(Int16, Boolean)
ReverseMultiply(Int32, Boolean)
ReverseMultiply(Int64, Boolean)
ReverseMultiply(SByte, Boolean)
ReverseMultiply(UInt16, Boolean)
ReverseMultiply(UInt32, Boolean)
ReverseMultiply(UInt64, Boolean)
ReverseMultiply<U>(U, Boolean)

Performs a reversed element-wise multiplication on each value in the column

(Inherited from PrimitiveDataFrameColumn<T>)
ReverseOr(Boolean, Boolean)

Performs a reversed element-wise boolean Or on each value in the column

(Inherited from DataFrameColumn)
ReverseSubtract(Byte, Boolean)
ReverseSubtract(Decimal, Boolean)
ReverseSubtract(Int16, Boolean)
ReverseSubtract(Int32, Boolean)
ReverseSubtract(Int64, Boolean)
ReverseSubtract(SByte, Boolean)
ReverseSubtract(UInt16, Boolean)
ReverseSubtract(UInt32, Boolean)
ReverseSubtract(UInt64, Boolean)
ReverseSubtract<U>(U, Boolean)

Performs a reversed element-wise subtraction on each value in the column

(Inherited from PrimitiveDataFrameColumn<T>)
ReverseXor(Boolean, Boolean)

Performs a reversed element-wise boolean Xor on each value in the column

(Inherited from DataFrameColumn)
RightShift(Int32, Boolean)

Performs an element-wise right shift on each value in the column

(Inherited from PrimitiveDataFrameColumn<T>)
Round(Boolean)

Calls Math.Round on each value in a column

(Inherited from PrimitiveDataFrameColumn<T>)
SetName(String)

Updates the column name.

(Inherited from DataFrameColumn)
SetName(String, DataFrame)
Obsolete.

Updates the name of this column.

(Inherited from DataFrameColumn)
SetValue(Int64, Object) (Inherited from PrimitiveDataFrameColumn<T>)
Sort(Boolean) (Inherited from PrimitiveDataFrameColumn<T>)
Subtract(Byte, Boolean)
Subtract(ByteDataFrameColumn, Boolean)
Subtract(DataFrameColumn, Boolean)

Performs element-wise subtraction

(Inherited from PrimitiveDataFrameColumn<T>)
Subtract(Decimal, Boolean)
Subtract(DecimalDataFrameColumn, Boolean)
Subtract(Int16, Boolean)
Subtract(Int16DataFrameColumn, Boolean)
Subtract(Int32, Boolean)
Subtract(Int32DataFrameColumn, Boolean)
Subtract(Int64, Boolean)
Subtract(Int64DataFrameColumn, Boolean)
Subtract(SByte, Boolean)
Subtract(SByteDataFrameColumn, Boolean)
Subtract(UInt16, Boolean)
Subtract(UInt16DataFrameColumn, Boolean)
Subtract(UInt32, Boolean)
Subtract(UInt32DataFrameColumn, Boolean)
Subtract(UInt64, Boolean)
Subtract(UInt64DataFrameColumn, Boolean)
Subtract<U>(U, Boolean)

Performs an element-wise subtraction on each value in the column

(Inherited from PrimitiveDataFrameColumn<T>)
Sum()

Returns the sum of the values in the column

(Inherited from PrimitiveDataFrameColumn<T>)
Sum(IEnumerable<Int64>)

Returns the sum of the values at the rowIndices

(Inherited from PrimitiveDataFrameColumn<T>)
ToArrowArray(Int64, Int32) (Inherited from PrimitiveDataFrameColumn<T>)
ToString()

Returns a preview of the column contents as a formatted string.

(Inherited from PrimitiveDataFrameColumn<T>)
ValueCounts() (Inherited from PrimitiveDataFrameColumn<T>)
Xor(Boolean, Boolean)

Performs an element-wise boolean Xor on each value in the column

(Inherited from PrimitiveDataFrameColumn<T>)
Xor(DataFrameColumn, Boolean)

Performs element-wise boolean Xor

(Inherited from PrimitiveDataFrameColumn<T>)

Operators

Addition(Byte, DecimalDataFrameColumn)
Addition(Decimal, DecimalDataFrameColumn)
Addition(DecimalDataFrameColumn, Byte)
Addition(DecimalDataFrameColumn, ByteDataFrameColumn)
Addition(DecimalDataFrameColumn, Decimal)
Addition(DecimalDataFrameColumn, DecimalDataFrameColumn)
Addition(DecimalDataFrameColumn, Int16)
Addition(DecimalDataFrameColumn, Int16DataFrameColumn)
Addition(DecimalDataFrameColumn, Int32)
Addition(DecimalDataFrameColumn, Int32DataFrameColumn)
Addition(DecimalDataFrameColumn, Int64)
Addition(DecimalDataFrameColumn, Int64DataFrameColumn)
Addition(DecimalDataFrameColumn, SByte)
Addition(DecimalDataFrameColumn, SByteDataFrameColumn)
Addition(DecimalDataFrameColumn, UInt16)
Addition(DecimalDataFrameColumn, UInt16DataFrameColumn)
Addition(DecimalDataFrameColumn, UInt32)
Addition(DecimalDataFrameColumn, UInt32DataFrameColumn)
Addition(DecimalDataFrameColumn, UInt64)
Addition(DecimalDataFrameColumn, UInt64DataFrameColumn)
Addition(Int16, DecimalDataFrameColumn)
Addition(Int32, DecimalDataFrameColumn)
Addition(Int64, DecimalDataFrameColumn)
Addition(SByte, DecimalDataFrameColumn)
Addition(UInt16, DecimalDataFrameColumn)
Addition(UInt32, DecimalDataFrameColumn)
Addition(UInt64, DecimalDataFrameColumn)
Division(Byte, DecimalDataFrameColumn)
Division(Decimal, DecimalDataFrameColumn)
Division(DecimalDataFrameColumn, Byte)
Division(DecimalDataFrameColumn, ByteDataFrameColumn)
Division(DecimalDataFrameColumn, Decimal)
Division(DecimalDataFrameColumn, DecimalDataFrameColumn)
Division(DecimalDataFrameColumn, Int16)
Division(DecimalDataFrameColumn, Int16DataFrameColumn)
Division(DecimalDataFrameColumn, Int32)
Division(DecimalDataFrameColumn, Int32DataFrameColumn)
Division(DecimalDataFrameColumn, Int64)
Division(DecimalDataFrameColumn, Int64DataFrameColumn)
Division(DecimalDataFrameColumn, SByte)
Division(DecimalDataFrameColumn, SByteDataFrameColumn)
Division(DecimalDataFrameColumn, UInt16)
Division(DecimalDataFrameColumn, UInt16DataFrameColumn)
Division(DecimalDataFrameColumn, UInt32)
Division(DecimalDataFrameColumn, UInt32DataFrameColumn)
Division(DecimalDataFrameColumn, UInt64)
Division(DecimalDataFrameColumn, UInt64DataFrameColumn)
Division(Int16, DecimalDataFrameColumn)
Division(Int32, DecimalDataFrameColumn)
Division(Int64, DecimalDataFrameColumn)
Division(SByte, DecimalDataFrameColumn)
Division(UInt16, DecimalDataFrameColumn)
Division(UInt32, DecimalDataFrameColumn)
Division(UInt64, DecimalDataFrameColumn)
Modulus(Byte, DecimalDataFrameColumn)
Modulus(Decimal, DecimalDataFrameColumn)
Modulus(DecimalDataFrameColumn, Byte)
Modulus(DecimalDataFrameColumn, ByteDataFrameColumn)
Modulus(DecimalDataFrameColumn, Decimal)
Modulus(DecimalDataFrameColumn, DecimalDataFrameColumn)
Modulus(DecimalDataFrameColumn, Int16)
Modulus(DecimalDataFrameColumn, Int16DataFrameColumn)
Modulus(DecimalDataFrameColumn, Int32)
Modulus(DecimalDataFrameColumn, Int32DataFrameColumn)
Modulus(DecimalDataFrameColumn, Int64)
Modulus(DecimalDataFrameColumn, Int64DataFrameColumn)
Modulus(DecimalDataFrameColumn, SByte)
Modulus(DecimalDataFrameColumn, SByteDataFrameColumn)
Modulus(DecimalDataFrameColumn, UInt16)
Modulus(DecimalDataFrameColumn, UInt16DataFrameColumn)
Modulus(DecimalDataFrameColumn, UInt32)
Modulus(DecimalDataFrameColumn, UInt32DataFrameColumn)
Modulus(DecimalDataFrameColumn, UInt64)
Modulus(DecimalDataFrameColumn, UInt64DataFrameColumn)
Modulus(Int16, DecimalDataFrameColumn)
Modulus(Int32, DecimalDataFrameColumn)
Modulus(Int64, DecimalDataFrameColumn)
Modulus(SByte, DecimalDataFrameColumn)
Modulus(UInt16, DecimalDataFrameColumn)
Modulus(UInt32, DecimalDataFrameColumn)
Modulus(UInt64, DecimalDataFrameColumn)
Multiply(Byte, DecimalDataFrameColumn)
Multiply(Decimal, DecimalDataFrameColumn)
Multiply(DecimalDataFrameColumn, Byte)
Multiply(DecimalDataFrameColumn, ByteDataFrameColumn)
Multiply(DecimalDataFrameColumn, Decimal)
Multiply(DecimalDataFrameColumn, DecimalDataFrameColumn)
Multiply(DecimalDataFrameColumn, Int16)
Multiply(DecimalDataFrameColumn, Int16DataFrameColumn)
Multiply(DecimalDataFrameColumn, Int32)
Multiply(DecimalDataFrameColumn, Int32DataFrameColumn)
Multiply(DecimalDataFrameColumn, Int64)
Multiply(DecimalDataFrameColumn, Int64DataFrameColumn)
Multiply(DecimalDataFrameColumn, SByte)
Multiply(DecimalDataFrameColumn, SByteDataFrameColumn)
Multiply(DecimalDataFrameColumn, UInt16)
Multiply(DecimalDataFrameColumn, UInt16DataFrameColumn)
Multiply(DecimalDataFrameColumn, UInt32)
Multiply(DecimalDataFrameColumn, UInt32DataFrameColumn)
Multiply(DecimalDataFrameColumn, UInt64)
Multiply(DecimalDataFrameColumn, UInt64DataFrameColumn)
Multiply(Int16, DecimalDataFrameColumn)
Multiply(Int32, DecimalDataFrameColumn)
Multiply(Int64, DecimalDataFrameColumn)
Multiply(SByte, DecimalDataFrameColumn)
Multiply(UInt16, DecimalDataFrameColumn)
Multiply(UInt32, DecimalDataFrameColumn)
Multiply(UInt64, DecimalDataFrameColumn)
Subtraction(Byte, DecimalDataFrameColumn)
Subtraction(Decimal, DecimalDataFrameColumn)
Subtraction(DecimalDataFrameColumn, Byte)
Subtraction(DecimalDataFrameColumn, ByteDataFrameColumn)
Subtraction(DecimalDataFrameColumn, Decimal)
Subtraction(DecimalDataFrameColumn, DecimalDataFrameColumn)
Subtraction(DecimalDataFrameColumn, Int16)
Subtraction(DecimalDataFrameColumn, Int16DataFrameColumn)
Subtraction(DecimalDataFrameColumn, Int32)
Subtraction(DecimalDataFrameColumn, Int32DataFrameColumn)
Subtraction(DecimalDataFrameColumn, Int64)
Subtraction(DecimalDataFrameColumn, Int64DataFrameColumn)
Subtraction(DecimalDataFrameColumn, SByte)
Subtraction(DecimalDataFrameColumn, SByteDataFrameColumn)
Subtraction(DecimalDataFrameColumn, UInt16)
Subtraction(DecimalDataFrameColumn, UInt16DataFrameColumn)
Subtraction(DecimalDataFrameColumn, UInt32)
Subtraction(DecimalDataFrameColumn, UInt32DataFrameColumn)
Subtraction(DecimalDataFrameColumn, UInt64)
Subtraction(DecimalDataFrameColumn, UInt64DataFrameColumn)
Subtraction(Int16, DecimalDataFrameColumn)
Subtraction(Int32, DecimalDataFrameColumn)
Subtraction(Int64, DecimalDataFrameColumn)
Subtraction(SByte, DecimalDataFrameColumn)
Subtraction(UInt16, DecimalDataFrameColumn)
Subtraction(UInt32, DecimalDataFrameColumn)
Subtraction(UInt64, DecimalDataFrameColumn)

Explicit Interface Implementations

IEnumerable.GetEnumerator() (Inherited from DataFrameColumn)

Applies to