DecimalDataFrameColumn 类

定义

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

构造函数

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

属性

DataType

此列包含的数据类型。

(继承自 DataFrameColumn)
Item[Int64, Int32] (继承自 PrimitiveDataFrameColumn<T>)
Item[Int64] (继承自 PrimitiveDataFrameColumn<T>)
Length

此列的长度

(继承自 DataFrameColumn)
Name

列名称。

(继承自 DataFrameColumn)
NullCount (继承自 PrimitiveDataFrameColumn<T>)

方法

Abs(Boolean)

汇报每个数值元素及其绝对数值

(继承自 PrimitiveDataFrameColumn<T>)
Add(Byte, Boolean)
Add(ByteDataFrameColumn, Boolean)
Add(DataFrameColumn, Boolean)

执行按元素添加

(继承自 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)

对列中的每个值执行元素加法

(继承自 PrimitiveDataFrameColumn<T>)
AddDataViewColumn(DataViewSchema+Builder) (继承自 PrimitiveDataFrameColumn<T>)
AddValueUsingCursor(DataViewRowCursor, Delegate) (继承自 PrimitiveDataFrameColumn<T>)
All()

返回是否所有元素均为 True

(继承自 PrimitiveDataFrameColumn<T>)
And(Boolean, Boolean)

对列中的每个值执行元素布尔和

(继承自 PrimitiveDataFrameColumn<T>)
And(DataFrameColumn, Boolean)

执行元素布尔和

(继承自 PrimitiveDataFrameColumn<T>)
Any()

返回任何元素是否为 True

(继承自 PrimitiveDataFrameColumn<T>)
Append(Nullable<T>) (继承自 PrimitiveDataFrameColumn<T>)
AppendMany(Nullable<T>, Int64) (继承自 PrimitiveDataFrameColumn<T>)
Apply<TResult>(Func<Nullable<T>,Nullable<TResult>>)

将函数应用于所有值

(继承自 PrimitiveDataFrameColumn<T>)
ApplyElementwise(Func<Nullable<T>,Int64,Nullable<T>>) (继承自 PrimitiveDataFrameColumn<T>)
Clamp(T, T, Boolean)

限制超出指定阈值的值

(继承自 PrimitiveDataFrameColumn<T>)
Clamp<U>(U, U, Boolean)

限制超出指定阈值的值

(继承自 DataFrameColumn)
ClampImplementation<U>(U, U, Boolean) (继承自 PrimitiveDataFrameColumn<T>)
Clone(DataFrameColumn, Boolean, Int64)

返回此列的克隆

(继承自 PrimitiveDataFrameColumn<T>)
Clone(IEnumerable<Int32>) (继承自 PrimitiveDataFrameColumn<T>)
Clone(IEnumerable<Int64>) (继承自 PrimitiveDataFrameColumn<T>)
Clone(PrimitiveDataFrameColumn<Int32>, Boolean) (继承自 PrimitiveDataFrameColumn<T>)
Clone(PrimitiveDataFrameColumn<Int64>, Boolean) (继承自 PrimitiveDataFrameColumn<T>)
CloneImplementation(DataFrameColumn, Boolean, Int64)

通过提供 mapIndices 和反转标志,克隆列以生成可能会更改值顺序的副本

(继承自 PrimitiveDataFrameColumn<T>)
CreateNewColumn(String, Int64)
CumulativeMax(Boolean)

汇报每个元素及其累积最大值

(继承自 PrimitiveDataFrameColumn<T>)
CumulativeMax(IEnumerable<Int64>, Boolean)

在 rowIndices 处汇报列值及其累积 rowIndices 最大值

(继承自 PrimitiveDataFrameColumn<T>)
CumulativeMin(Boolean)

汇报每个元素及其累积最小值

(继承自 PrimitiveDataFrameColumn<T>)
CumulativeMin(IEnumerable<Int64>, Boolean)

汇报 rowIndices 处的列值及其累积 rowIndices 最小值

(继承自 PrimitiveDataFrameColumn<T>)
CumulativeProduct(Boolean)

汇报每个元素及其累积乘积

(继承自 PrimitiveDataFrameColumn<T>)
CumulativeProduct(IEnumerable<Int64>, Boolean)

使用 rowIndices 的累积 rowIndices 积汇报列值

(继承自 PrimitiveDataFrameColumn<T>)
CumulativeSum(Boolean)

汇报每个元素及其累积总和

(继承自 PrimitiveDataFrameColumn<T>)
CumulativeSum(IEnumerable<Int64>, Boolean)

在 rowIndices 处汇报列值及其累积 rowIndices 总和

(继承自 PrimitiveDataFrameColumn<T>)
Description() (继承自 PrimitiveDataFrameColumn<T>)
Divide(Byte, Boolean)
Divide(ByteDataFrameColumn, Boolean)
Divide(DataFrameColumn, Boolean)

执行按元素划分

(继承自 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)

对列中的每个值执行元素除法

(继承自 PrimitiveDataFrameColumn<T>)
ElementwiseEquals(Byte)
ElementwiseEquals(ByteDataFrameColumn)
ElementwiseEquals(DataFrameColumn)

执行元素等于

(继承自 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)

对列中的每个值执行元素等于

(继承自 PrimitiveDataFrameColumn<T>)
ElementwiseGreaterThan(Byte)
ElementwiseGreaterThan(ByteDataFrameColumn)
ElementwiseGreaterThan(DataFrameColumn)

按元素执行大于

(继承自 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)

对列中的每个值执行大于的元素

(继承自 PrimitiveDataFrameColumn<T>)
ElementwiseGreaterThanOrEqual(Byte)
ElementwiseGreaterThanOrEqual(ByteDataFrameColumn)
ElementwiseGreaterThanOrEqual(DataFrameColumn)

按元素执行大于或等于

(继承自 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)

对列中的每个值执行元素大小大于或等于

(继承自 PrimitiveDataFrameColumn<T>)
ElementwiseIsNotNull() (继承自 PrimitiveDataFrameColumn<T>)
ElementwiseIsNull() (继承自 PrimitiveDataFrameColumn<T>)
ElementwiseLessThan(Byte)
ElementwiseLessThan(ByteDataFrameColumn)
ElementwiseLessThan(DataFrameColumn)

按元素执行小于

(继承自 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)

对列中的每个值执行元素小于

(继承自 PrimitiveDataFrameColumn<T>)
ElementwiseLessThanOrEqual(Byte)
ElementwiseLessThanOrEqual(ByteDataFrameColumn)
ElementwiseLessThanOrEqual(DataFrameColumn)

按元素执行小于或等于

(继承自 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)

对列中的每个值执行元素小于或等于

(继承自 PrimitiveDataFrameColumn<T>)
ElementwiseNotEquals(Byte)
ElementwiseNotEquals(ByteDataFrameColumn)
ElementwiseNotEquals(DataFrameColumn)

执行元素不等于

(继承自 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)

对列中的每个值执行元素不等于

(继承自 PrimitiveDataFrameColumn<T>)
FillNulls(Object, Boolean)

返回一个新列,其中 null 元素由 value替换。

(继承自 DataFrameColumn)
FillNulls(T, Boolean)

返回一个新列,其中 null 替换为值

(继承自 PrimitiveDataFrameColumn<T>)
FillNullsImplementation(Object, Boolean) (继承自 PrimitiveDataFrameColumn<T>)
Filter(T, T)

返回按下限和上限筛选的新列

(继承自 PrimitiveDataFrameColumn<T>)
Filter<U>(U, U)

返回按下限和上限筛选的新列

(继承自 DataFrameColumn)
FilterImplementation<U>(U, U) (继承自 PrimitiveDataFrameColumn<T>)
GetArrowField() (继承自 PrimitiveDataFrameColumn<T>)
GetDataViewGetter(DataViewRowCursor) (继承自 PrimitiveDataFrameColumn<T>)
GetEnumerator() (继承自 PrimitiveDataFrameColumn<T>)
GetEnumeratorCore() (继承自 PrimitiveDataFrameColumn<T>)
GetGroupedOccurrences(DataFrameColumn, HashSet<Int64>) (继承自 PrimitiveDataFrameColumn<T>)
GetGroupedOccurrences<TKey>(DataFrameColumn, HashSet<Int64>)

从其他列中获取此列中每个值的出现,按此值分组

(继承自 DataFrameColumn)
GetMaxRecordBatchLength(Int64) (继承自 PrimitiveDataFrameColumn<T>)
GetReadOnlyDataBuffers()

返回表示基础值的不可变内存缓冲区的可枚举值

(继承自 PrimitiveDataFrameColumn<T>)
GetReadOnlyNullBitMapBuffers()

返回表示 Apache 箭头格式值的不可变 ReadOnlyMemory<T> 缓冲区 null 的可枚举值

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

用于从 Description 方法中排除列

(继承自 PrimitiveDataFrameColumn<T>)
Info()

返回包含 StringDataFrameColumn 此列的 DataType 和 Length 的 。

(继承自 DataFrameColumn)
IsNumericColumn() (继承自 PrimitiveDataFrameColumn<T>)
IsValid(Int64) (继承自 PrimitiveDataFrameColumn<T>)
LeftShift(Int32, Boolean)

对列中的每个值执行元素左移

(继承自 PrimitiveDataFrameColumn<T>)
Max()

返回列中值的最大值

(继承自 PrimitiveDataFrameColumn<T>)
Max(IEnumerable<Int64>)

返回 rowIndices 处值的最大值

(继承自 PrimitiveDataFrameColumn<T>)
Mean() (继承自 PrimitiveDataFrameColumn<T>)
Median() (继承自 PrimitiveDataFrameColumn<T>)
Min()

返回列中值的最小值

(继承自 PrimitiveDataFrameColumn<T>)
Min(IEnumerable<Int64>)

返回 rowIndices 处值的最小值

(继承自 PrimitiveDataFrameColumn<T>)
Modulo(Byte, Boolean)
Modulo(ByteDataFrameColumn, Boolean)
Modulo(DataFrameColumn, Boolean)

执行元素取模

(继承自 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)

对列中的每个值执行元素取模运算

(继承自 PrimitiveDataFrameColumn<T>)
Multiply(Byte, Boolean)
Multiply(ByteDataFrameColumn, Boolean)
Multiply(DataFrameColumn, Boolean)

执行元素乘法

(继承自 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)

对列中的每个值执行元素乘法运算

(继承自 PrimitiveDataFrameColumn<T>)
Or(Boolean, Boolean)

对列中的每个值执行元素布尔值 Or

(继承自 PrimitiveDataFrameColumn<T>)
Or(DataFrameColumn, Boolean)

执行元素布尔值或

(继承自 PrimitiveDataFrameColumn<T>)
Product()

返回列中值的乘积

(继承自 PrimitiveDataFrameColumn<T>)
Product(IEnumerable<Int64>)

返回 rowIndices 处的值的乘积

(继承自 PrimitiveDataFrameColumn<T>)
Resize(Int64) (继承自 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)

对列中的每个值执行反向元素加法

(继承自 PrimitiveDataFrameColumn<T>)
ReverseAnd(Boolean, Boolean)

对列中的每个值执行反向的元素布尔值 And

(继承自 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)

对列中的每个值执行反向元素除法

(继承自 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)

对列中的每个值执行反向元素取模运算

(继承自 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)

对列中的每个值执行反向元素乘法运算

(继承自 PrimitiveDataFrameColumn<T>)
ReverseOr(Boolean, Boolean)

对列中的每个值执行反向的元素布尔值 Or

(继承自 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)

对列中的每个值执行反向元素减法

(继承自 PrimitiveDataFrameColumn<T>)
ReverseXor(Boolean, Boolean)

对列中的每个值执行反向元素布尔 Xor

(继承自 DataFrameColumn)
RightShift(Int32, Boolean)

对列中的每个值执行元素右移

(继承自 PrimitiveDataFrameColumn<T>)
Round(Boolean)

对列中的每个值调用 Math.Round

(继承自 PrimitiveDataFrameColumn<T>)
SetName(String)

汇报列名。

(继承自 DataFrameColumn)
SetName(String, DataFrame)
已过时.

汇报此列的名称。

(继承自 DataFrameColumn)
SetValue(Int64, Object) (继承自 PrimitiveDataFrameColumn<T>)
Sort(Boolean) (继承自 PrimitiveDataFrameColumn<T>)
Subtract(Byte, Boolean)
Subtract(ByteDataFrameColumn, Boolean)
Subtract(DataFrameColumn, Boolean)

执行按元素减法

(继承自 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)

对列中的每个值执行元素减法

(继承自 PrimitiveDataFrameColumn<T>)
Sum()

返回列中值的总和

(继承自 PrimitiveDataFrameColumn<T>)
Sum(IEnumerable<Int64>)

返回 rowIndices 处的值的总和

(继承自 PrimitiveDataFrameColumn<T>)
ToArrowArray(Int64, Int32) (继承自 PrimitiveDataFrameColumn<T>)
ToString()

以带格式字符串的形式返回列内容的预览。

(继承自 PrimitiveDataFrameColumn<T>)
ValueCounts() (继承自 PrimitiveDataFrameColumn<T>)
Xor(Boolean, Boolean)

对列中的每个值执行元素布尔 Xor

(继承自 PrimitiveDataFrameColumn<T>)
Xor(DataFrameColumn, Boolean)

执行按元素的布尔 Xor

(继承自 PrimitiveDataFrameColumn<T>)

运算符

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)

显式接口实现

IEnumerable.GetEnumerator() (继承自 DataFrameColumn)

适用于