SByteDataFrameColumn 클래스

정의

public class SByteDataFrameColumn : Microsoft.Data.Analysis.PrimitiveDataFrameColumn<sbyte>
type SByteDataFrameColumn = class
    inherit PrimitiveDataFrameColumn<sbyte>
Public Class SByteDataFrameColumn
Inherits PrimitiveDataFrameColumn(Of SByte)
상속

생성자

SByteDataFrameColumn(String, IEnumerable<Nullable<SByte>>)
SByteDataFrameColumn(String, IEnumerable<SByte>)
SByteDataFrameColumn(String, Int64)
SByteDataFrameColumn(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)
Add(ByteDataFrameColumn)
Add(DataFrameColumn, Boolean)

요소별 추가 수행

(다음에서 상속됨 PrimitiveDataFrameColumn<T>)
Add(Decimal)
Add(DecimalDataFrameColumn)
Add(Double)
Add(DoubleDataFrameColumn)
Add(Int16)
Add(Int16DataFrameColumn)
Add(Int32)
Add(Int32DataFrameColumn)
Add(Int64)
Add(Int64DataFrameColumn)
Add(SByte)
Add(SByteDataFrameColumn)
Add(Single)
Add(SingleDataFrameColumn)
Add(UInt16)
Add(UInt16DataFrameColumn)
Add(UInt32)
Add(UInt32DataFrameColumn)
Add(UInt64)
Add(UInt64DataFrameColumn)
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)
Divide(ByteDataFrameColumn)
Divide(DataFrameColumn, Boolean)

요소별 나누기 수행

(다음에서 상속됨 PrimitiveDataFrameColumn<T>)
Divide(Decimal)
Divide(DecimalDataFrameColumn)
Divide(Double)
Divide(DoubleDataFrameColumn)
Divide(Int16)
Divide(Int16DataFrameColumn)
Divide(Int32)
Divide(Int32DataFrameColumn)
Divide(Int64)
Divide(Int64DataFrameColumn)
Divide(SByte)
Divide(SByteDataFrameColumn)
Divide(Single)
Divide(SingleDataFrameColumn)
Divide(UInt16)
Divide(UInt16DataFrameColumn)
Divide(UInt32)
Divide(UInt32DataFrameColumn)
Divide(UInt64)
Divide(UInt64DataFrameColumn)
Divide<U>(U, Boolean)

열의 각 값에 대해 요소 단위 나누기를 수행합니다.

(다음에서 상속됨 PrimitiveDataFrameColumn<T>)
ElementwiseEquals(Byte)
ElementwiseEquals(ByteDataFrameColumn)
ElementwiseEquals(DataFrameColumn)

요소 단위 같음 수행

(다음에서 상속됨 PrimitiveDataFrameColumn<T>)
ElementwiseEquals(Decimal)
ElementwiseEquals(DecimalDataFrameColumn)
ElementwiseEquals(Double)
ElementwiseEquals(DoubleDataFrameColumn)
ElementwiseEquals(Int16)
ElementwiseEquals(Int16DataFrameColumn)
ElementwiseEquals(Int32)
ElementwiseEquals(Int32DataFrameColumn)
ElementwiseEquals(Int64)
ElementwiseEquals(Int64DataFrameColumn)
ElementwiseEquals(SByte)
ElementwiseEquals(SByteDataFrameColumn)
ElementwiseEquals(Single)
ElementwiseEquals(SingleDataFrameColumn)
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(Double)
ElementwiseGreaterThan(DoubleDataFrameColumn)
ElementwiseGreaterThan(Int16)
ElementwiseGreaterThan(Int16DataFrameColumn)
ElementwiseGreaterThan(Int32)
ElementwiseGreaterThan(Int32DataFrameColumn)
ElementwiseGreaterThan(Int64)
ElementwiseGreaterThan(Int64DataFrameColumn)
ElementwiseGreaterThan(SByte)
ElementwiseGreaterThan(SByteDataFrameColumn)
ElementwiseGreaterThan(Single)
ElementwiseGreaterThan(SingleDataFrameColumn)
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(Double)
ElementwiseGreaterThanOrEqual(DoubleDataFrameColumn)
ElementwiseGreaterThanOrEqual(Int16)
ElementwiseGreaterThanOrEqual(Int16DataFrameColumn)
ElementwiseGreaterThanOrEqual(Int32)
ElementwiseGreaterThanOrEqual(Int32DataFrameColumn)
ElementwiseGreaterThanOrEqual(Int64)
ElementwiseGreaterThanOrEqual(Int64DataFrameColumn)
ElementwiseGreaterThanOrEqual(SByte)
ElementwiseGreaterThanOrEqual(SByteDataFrameColumn)
ElementwiseGreaterThanOrEqual(Single)
ElementwiseGreaterThanOrEqual(SingleDataFrameColumn)
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(Double)
ElementwiseLessThan(DoubleDataFrameColumn)
ElementwiseLessThan(Int16)
ElementwiseLessThan(Int16DataFrameColumn)
ElementwiseLessThan(Int32)
ElementwiseLessThan(Int32DataFrameColumn)
ElementwiseLessThan(Int64)
ElementwiseLessThan(Int64DataFrameColumn)
ElementwiseLessThan(SByte)
ElementwiseLessThan(SByteDataFrameColumn)
ElementwiseLessThan(Single)
ElementwiseLessThan(SingleDataFrameColumn)
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(Double)
ElementwiseLessThanOrEqual(DoubleDataFrameColumn)
ElementwiseLessThanOrEqual(Int16)
ElementwiseLessThanOrEqual(Int16DataFrameColumn)
ElementwiseLessThanOrEqual(Int32)
ElementwiseLessThanOrEqual(Int32DataFrameColumn)
ElementwiseLessThanOrEqual(Int64)
ElementwiseLessThanOrEqual(Int64DataFrameColumn)
ElementwiseLessThanOrEqual(SByte)
ElementwiseLessThanOrEqual(SByteDataFrameColumn)
ElementwiseLessThanOrEqual(Single)
ElementwiseLessThanOrEqual(SingleDataFrameColumn)
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(Double)
ElementwiseNotEquals(DoubleDataFrameColumn)
ElementwiseNotEquals(Int16)
ElementwiseNotEquals(Int16DataFrameColumn)
ElementwiseNotEquals(Int32)
ElementwiseNotEquals(Int32DataFrameColumn)
ElementwiseNotEquals(Int64)
ElementwiseNotEquals(Int64DataFrameColumn)
ElementwiseNotEquals(SByte)
ElementwiseNotEquals(SByteDataFrameColumn)
ElementwiseNotEquals(Single)
ElementwiseNotEquals(SingleDataFrameColumn)
ElementwiseNotEquals(UInt16)
ElementwiseNotEquals(UInt16DataFrameColumn)
ElementwiseNotEquals(UInt32)
ElementwiseNotEquals(UInt32DataFrameColumn)
ElementwiseNotEquals(UInt64)
ElementwiseNotEquals(UInt64DataFrameColumn)
ElementwiseNotEquals<U>(U)

열의 각 값에 대해 요소 단위가 같지 않음을 수행합니다.

(다음에서 상속됨 PrimitiveDataFrameColumn<T>)
FillNulls(Object, Boolean)

요소가 로 대체된 value새 열을 null 반환합니다.

(다음에서 상속됨 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 화살표 형식의 값을 나타내는 null 변경할 수 없는 버퍼의 열거형 ReadOnlyMemory<T> 을 반환합니다.

(다음에서 상속됨 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)
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)
Modulo(ByteDataFrameColumn)
Modulo(DataFrameColumn, Boolean)

요소별 모듈러스 수행

(다음에서 상속됨 PrimitiveDataFrameColumn<T>)
Modulo(Decimal)
Modulo(DecimalDataFrameColumn)
Modulo(Double)
Modulo(DoubleDataFrameColumn)
Modulo(Int16)
Modulo(Int16DataFrameColumn)
Modulo(Int32)
Modulo(Int32DataFrameColumn)
Modulo(Int64)
Modulo(Int64DataFrameColumn)
Modulo(SByte)
Modulo(SByteDataFrameColumn)
Modulo(Single)
Modulo(SingleDataFrameColumn)
Modulo(UInt16)
Modulo(UInt16DataFrameColumn)
Modulo(UInt32)
Modulo(UInt32DataFrameColumn)
Modulo(UInt64)
Modulo(UInt64DataFrameColumn)
Modulo<U>(U, Boolean)

열의 각 값에 대해 요소별 모듈러스 작업을 수행합니다.

(다음에서 상속됨 PrimitiveDataFrameColumn<T>)
Multiply(Byte)
Multiply(ByteDataFrameColumn)
Multiply(DataFrameColumn, Boolean)

요소 단위 곱셈 수행

(다음에서 상속됨 PrimitiveDataFrameColumn<T>)
Multiply(Decimal)
Multiply(DecimalDataFrameColumn)
Multiply(Double)
Multiply(DoubleDataFrameColumn)
Multiply(Int16)
Multiply(Int16DataFrameColumn)
Multiply(Int32)
Multiply(Int32DataFrameColumn)
Multiply(Int64)
Multiply(Int64DataFrameColumn)
Multiply(SByte)
Multiply(SByteDataFrameColumn)
Multiply(Single)
Multiply(SingleDataFrameColumn)
Multiply(UInt16)
Multiply(UInt16DataFrameColumn)
Multiply(UInt32)
Multiply(UInt32DataFrameColumn)
Multiply(UInt64)
Multiply(UInt64DataFrameColumn)
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)
ReverseAdd(Decimal)
ReverseAdd(Double)
ReverseAdd(Int16)
ReverseAdd(Int32)
ReverseAdd(Int64)
ReverseAdd(SByte)
ReverseAdd(Single)
ReverseAdd(UInt16)
ReverseAdd(UInt32)
ReverseAdd(UInt64)
ReverseAdd<U>(U, Boolean)

열의 각 값에 대해 역방향 요소 단위 추가를 수행합니다.

(다음에서 상속됨 PrimitiveDataFrameColumn<T>)
ReverseAnd(Boolean, Boolean)

열의 각 값에서 역방향 요소 단위 부울 및 를 수행합니다.

(다음에서 상속됨 DataFrameColumn)
ReverseDivide(Byte)
ReverseDivide(Decimal)
ReverseDivide(Double)
ReverseDivide(Int16)
ReverseDivide(Int32)
ReverseDivide(Int64)
ReverseDivide(SByte)
ReverseDivide(Single)
ReverseDivide(UInt16)
ReverseDivide(UInt32)
ReverseDivide(UInt64)
ReverseDivide<U>(U, Boolean)

열의 각 값에 대해 역방향 요소 단위 나누기를 수행합니다.

(다음에서 상속됨 PrimitiveDataFrameColumn<T>)
ReverseModulo(Byte)
ReverseModulo(Decimal)
ReverseModulo(Double)
ReverseModulo(Int16)
ReverseModulo(Int32)
ReverseModulo(Int64)
ReverseModulo(SByte)
ReverseModulo(Single)
ReverseModulo(UInt16)
ReverseModulo(UInt32)
ReverseModulo(UInt64)
ReverseModulo<U>(U, Boolean)

열의 각 값에 대해 역방향 요소 단위 모듈러스 작업을 수행합니다.

(다음에서 상속됨 PrimitiveDataFrameColumn<T>)
ReverseMultiply(Byte)
ReverseMultiply(Decimal)
ReverseMultiply(Double)
ReverseMultiply(Int16)
ReverseMultiply(Int32)
ReverseMultiply(Int64)
ReverseMultiply(SByte)
ReverseMultiply(Single)
ReverseMultiply(UInt16)
ReverseMultiply(UInt32)
ReverseMultiply(UInt64)
ReverseMultiply<U>(U, Boolean)

열의 각 값에 대해 역방향 요소 단위 곱셈을 수행합니다.

(다음에서 상속됨 PrimitiveDataFrameColumn<T>)
ReverseOr(Boolean, Boolean)

열의 각 값에서 역방향 요소 단위 부울 Or을 수행합니다.

(다음에서 상속됨 DataFrameColumn)
ReverseSubtract(Byte)
ReverseSubtract(Decimal)
ReverseSubtract(Double)
ReverseSubtract(Int16)
ReverseSubtract(Int32)
ReverseSubtract(Int64)
ReverseSubtract(SByte)
ReverseSubtract(Single)
ReverseSubtract(UInt16)
ReverseSubtract(UInt32)
ReverseSubtract(UInt64)
ReverseSubtract<U>(U, Boolean)

열의 각 값에 대해 역방향 요소 단위 빼기를 수행합니다.

(다음에서 상속됨 PrimitiveDataFrameColumn<T>)
ReverseXor(Boolean, Boolean)

열의 각 값에 대해 역방향 요소 단위 부울 Xor를 수행합니다.

(다음에서 상속됨 DataFrameColumn)
RightShift(Int32, Boolean)
Round(Boolean)

열의 각 값에 대해 Math.Round 호출

(다음에서 상속됨 PrimitiveDataFrameColumn<T>)
SetName(String)

열 이름을 업데이트.

(다음에서 상속됨 DataFrameColumn)
SetName(String, DataFrame)
사용되지 않음.

이 열의 이름을 업데이트.

(다음에서 상속됨 DataFrameColumn)
SetValue(Int64, Object) (다음에서 상속됨 PrimitiveDataFrameColumn<T>)
Sort(Boolean) (다음에서 상속됨 PrimitiveDataFrameColumn<T>)
Subtract(Byte)
Subtract(ByteDataFrameColumn)
Subtract(DataFrameColumn, Boolean)

요소별 빼기 수행

(다음에서 상속됨 PrimitiveDataFrameColumn<T>)
Subtract(Decimal)
Subtract(DecimalDataFrameColumn)
Subtract(Double)
Subtract(DoubleDataFrameColumn)
Subtract(Int16)
Subtract(Int16DataFrameColumn)
Subtract(Int32)
Subtract(Int32DataFrameColumn)
Subtract(Int64)
Subtract(Int64DataFrameColumn)
Subtract(SByte)
Subtract(SByteDataFrameColumn)
Subtract(Single)
Subtract(SingleDataFrameColumn)
Subtract(UInt16)
Subtract(UInt16DataFrameColumn)
Subtract(UInt32)
Subtract(UInt32DataFrameColumn)
Subtract(UInt64)
Subtract(UInt64DataFrameColumn)
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, SByteDataFrameColumn)
Addition(Decimal, SByteDataFrameColumn)
Addition(Double, SByteDataFrameColumn)
Addition(Int16, SByteDataFrameColumn)
Addition(Int32, SByteDataFrameColumn)
Addition(Int64, SByteDataFrameColumn)
Addition(SByte, SByteDataFrameColumn)
Addition(SByteDataFrameColumn, Byte)
Addition(SByteDataFrameColumn, ByteDataFrameColumn)
Addition(SByteDataFrameColumn, Decimal)
Addition(SByteDataFrameColumn, DecimalDataFrameColumn)
Addition(SByteDataFrameColumn, Double)
Addition(SByteDataFrameColumn, DoubleDataFrameColumn)
Addition(SByteDataFrameColumn, Int16)
Addition(SByteDataFrameColumn, Int16DataFrameColumn)
Addition(SByteDataFrameColumn, Int32)
Addition(SByteDataFrameColumn, Int32DataFrameColumn)
Addition(SByteDataFrameColumn, Int64)
Addition(SByteDataFrameColumn, Int64DataFrameColumn)
Addition(SByteDataFrameColumn, SByte)
Addition(SByteDataFrameColumn, SByteDataFrameColumn)
Addition(SByteDataFrameColumn, Single)
Addition(SByteDataFrameColumn, SingleDataFrameColumn)
Addition(SByteDataFrameColumn, UInt16)
Addition(SByteDataFrameColumn, UInt16DataFrameColumn)
Addition(SByteDataFrameColumn, UInt32)
Addition(SByteDataFrameColumn, UInt32DataFrameColumn)
Addition(SByteDataFrameColumn, UInt64)
Addition(SByteDataFrameColumn, UInt64DataFrameColumn)
Addition(Single, SByteDataFrameColumn)
Addition(UInt16, SByteDataFrameColumn)
Addition(UInt32, SByteDataFrameColumn)
Addition(UInt64, SByteDataFrameColumn)
Division(Byte, SByteDataFrameColumn)
Division(Decimal, SByteDataFrameColumn)
Division(Double, SByteDataFrameColumn)
Division(Int16, SByteDataFrameColumn)
Division(Int32, SByteDataFrameColumn)
Division(Int64, SByteDataFrameColumn)
Division(SByte, SByteDataFrameColumn)
Division(SByteDataFrameColumn, Byte)
Division(SByteDataFrameColumn, ByteDataFrameColumn)
Division(SByteDataFrameColumn, Decimal)
Division(SByteDataFrameColumn, DecimalDataFrameColumn)
Division(SByteDataFrameColumn, Double)
Division(SByteDataFrameColumn, DoubleDataFrameColumn)
Division(SByteDataFrameColumn, Int16)
Division(SByteDataFrameColumn, Int16DataFrameColumn)
Division(SByteDataFrameColumn, Int32)
Division(SByteDataFrameColumn, Int32DataFrameColumn)
Division(SByteDataFrameColumn, Int64)
Division(SByteDataFrameColumn, Int64DataFrameColumn)
Division(SByteDataFrameColumn, SByte)
Division(SByteDataFrameColumn, SByteDataFrameColumn)
Division(SByteDataFrameColumn, Single)
Division(SByteDataFrameColumn, SingleDataFrameColumn)
Division(SByteDataFrameColumn, UInt16)
Division(SByteDataFrameColumn, UInt16DataFrameColumn)
Division(SByteDataFrameColumn, UInt32)
Division(SByteDataFrameColumn, UInt32DataFrameColumn)
Division(SByteDataFrameColumn, UInt64)
Division(SByteDataFrameColumn, UInt64DataFrameColumn)
Division(Single, SByteDataFrameColumn)
Division(UInt16, SByteDataFrameColumn)
Division(UInt32, SByteDataFrameColumn)
Division(UInt64, SByteDataFrameColumn)
LeftShift(SByteDataFrameColumn, Int32)
Modulus(Byte, SByteDataFrameColumn)
Modulus(Decimal, SByteDataFrameColumn)
Modulus(Double, SByteDataFrameColumn)
Modulus(Int16, SByteDataFrameColumn)
Modulus(Int32, SByteDataFrameColumn)
Modulus(Int64, SByteDataFrameColumn)
Modulus(SByte, SByteDataFrameColumn)
Modulus(SByteDataFrameColumn, Byte)
Modulus(SByteDataFrameColumn, ByteDataFrameColumn)
Modulus(SByteDataFrameColumn, Decimal)
Modulus(SByteDataFrameColumn, DecimalDataFrameColumn)
Modulus(SByteDataFrameColumn, Double)
Modulus(SByteDataFrameColumn, DoubleDataFrameColumn)
Modulus(SByteDataFrameColumn, Int16)
Modulus(SByteDataFrameColumn, Int16DataFrameColumn)
Modulus(SByteDataFrameColumn, Int32)
Modulus(SByteDataFrameColumn, Int32DataFrameColumn)
Modulus(SByteDataFrameColumn, Int64)
Modulus(SByteDataFrameColumn, Int64DataFrameColumn)
Modulus(SByteDataFrameColumn, SByte)
Modulus(SByteDataFrameColumn, SByteDataFrameColumn)
Modulus(SByteDataFrameColumn, Single)
Modulus(SByteDataFrameColumn, SingleDataFrameColumn)
Modulus(SByteDataFrameColumn, UInt16)
Modulus(SByteDataFrameColumn, UInt16DataFrameColumn)
Modulus(SByteDataFrameColumn, UInt32)
Modulus(SByteDataFrameColumn, UInt32DataFrameColumn)
Modulus(SByteDataFrameColumn, UInt64)
Modulus(SByteDataFrameColumn, UInt64DataFrameColumn)
Modulus(Single, SByteDataFrameColumn)
Modulus(UInt16, SByteDataFrameColumn)
Modulus(UInt32, SByteDataFrameColumn)
Modulus(UInt64, SByteDataFrameColumn)
Multiply(Byte, SByteDataFrameColumn)
Multiply(Decimal, SByteDataFrameColumn)
Multiply(Double, SByteDataFrameColumn)
Multiply(Int16, SByteDataFrameColumn)
Multiply(Int32, SByteDataFrameColumn)
Multiply(Int64, SByteDataFrameColumn)
Multiply(SByte, SByteDataFrameColumn)
Multiply(SByteDataFrameColumn, Byte)
Multiply(SByteDataFrameColumn, ByteDataFrameColumn)
Multiply(SByteDataFrameColumn, Decimal)
Multiply(SByteDataFrameColumn, DecimalDataFrameColumn)
Multiply(SByteDataFrameColumn, Double)
Multiply(SByteDataFrameColumn, DoubleDataFrameColumn)
Multiply(SByteDataFrameColumn, Int16)
Multiply(SByteDataFrameColumn, Int16DataFrameColumn)
Multiply(SByteDataFrameColumn, Int32)
Multiply(SByteDataFrameColumn, Int32DataFrameColumn)
Multiply(SByteDataFrameColumn, Int64)
Multiply(SByteDataFrameColumn, Int64DataFrameColumn)
Multiply(SByteDataFrameColumn, SByte)
Multiply(SByteDataFrameColumn, SByteDataFrameColumn)
Multiply(SByteDataFrameColumn, Single)
Multiply(SByteDataFrameColumn, SingleDataFrameColumn)
Multiply(SByteDataFrameColumn, UInt16)
Multiply(SByteDataFrameColumn, UInt16DataFrameColumn)
Multiply(SByteDataFrameColumn, UInt32)
Multiply(SByteDataFrameColumn, UInt32DataFrameColumn)
Multiply(SByteDataFrameColumn, UInt64)
Multiply(SByteDataFrameColumn, UInt64DataFrameColumn)
Multiply(Single, SByteDataFrameColumn)
Multiply(UInt16, SByteDataFrameColumn)
Multiply(UInt32, SByteDataFrameColumn)
Multiply(UInt64, SByteDataFrameColumn)
RightShift(SByteDataFrameColumn, Int32)
Subtraction(Byte, SByteDataFrameColumn)
Subtraction(Decimal, SByteDataFrameColumn)
Subtraction(Double, SByteDataFrameColumn)
Subtraction(Int16, SByteDataFrameColumn)
Subtraction(Int32, SByteDataFrameColumn)
Subtraction(Int64, SByteDataFrameColumn)
Subtraction(SByte, SByteDataFrameColumn)
Subtraction(SByteDataFrameColumn, Byte)
Subtraction(SByteDataFrameColumn, ByteDataFrameColumn)
Subtraction(SByteDataFrameColumn, Decimal)
Subtraction(SByteDataFrameColumn, DecimalDataFrameColumn)
Subtraction(SByteDataFrameColumn, Double)
Subtraction(SByteDataFrameColumn, DoubleDataFrameColumn)
Subtraction(SByteDataFrameColumn, Int16)
Subtraction(SByteDataFrameColumn, Int16DataFrameColumn)
Subtraction(SByteDataFrameColumn, Int32)
Subtraction(SByteDataFrameColumn, Int32DataFrameColumn)
Subtraction(SByteDataFrameColumn, Int64)
Subtraction(SByteDataFrameColumn, Int64DataFrameColumn)
Subtraction(SByteDataFrameColumn, SByte)
Subtraction(SByteDataFrameColumn, SByteDataFrameColumn)
Subtraction(SByteDataFrameColumn, Single)
Subtraction(SByteDataFrameColumn, SingleDataFrameColumn)
Subtraction(SByteDataFrameColumn, UInt16)
Subtraction(SByteDataFrameColumn, UInt16DataFrameColumn)
Subtraction(SByteDataFrameColumn, UInt32)
Subtraction(SByteDataFrameColumn, UInt32DataFrameColumn)
Subtraction(SByteDataFrameColumn, UInt64)
Subtraction(SByteDataFrameColumn, UInt64DataFrameColumn)
Subtraction(Single, SByteDataFrameColumn)
Subtraction(UInt16, SByteDataFrameColumn)
Subtraction(UInt32, SByteDataFrameColumn)
Subtraction(UInt64, SByteDataFrameColumn)

명시적 인터페이스 구현

IEnumerable.GetEnumerator() (다음에서 상속됨 DataFrameColumn)

적용 대상