Udostępnij za pośrednictwem


ByteDataFrameColumn Klasa

Definicja

public class ByteDataFrameColumn : Microsoft.Data.Analysis.PrimitiveDataFrameColumn<byte>
type ByteDataFrameColumn = class
    inherit PrimitiveDataFrameColumn<byte>
Public Class ByteDataFrameColumn
Inherits PrimitiveDataFrameColumn(Of Byte)
Dziedziczenie

Konstruktory

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

Właściwości

DataType

Typ danych przechowywanych w tej kolumnie.

(Odziedziczone po DataFrameColumn)
Item[Int64, Int32] (Odziedziczone po PrimitiveDataFrameColumn<T>)
Item[Int64] (Odziedziczone po PrimitiveDataFrameColumn<T>)
Length

Długość tej kolumny

(Odziedziczone po DataFrameColumn)
Name

Nazwa kolumny.

(Odziedziczone po DataFrameColumn)
NullCount (Odziedziczone po PrimitiveDataFrameColumn<T>)

Metody

Abs(Boolean)

Aktualizacje każdy element liczbowy z wartością bezwzględną liczbową

(Odziedziczone po PrimitiveDataFrameColumn<T>)
Add(Byte)
Add(ByteDataFrameColumn)
Add(DataFrameColumn, Boolean)

Wykonuje dodawanie elementów mądry

(Odziedziczone po 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)

Wykonuje dodanie elementu do każdej wartości w kolumnie

(Odziedziczone po PrimitiveDataFrameColumn<T>)
AddDataViewColumn(DataViewSchema+Builder) (Odziedziczone po PrimitiveDataFrameColumn<T>)
AddValueUsingCursor(DataViewRowCursor, Delegate) (Odziedziczone po PrimitiveDataFrameColumn<T>)
All()

Zwraca, czy wszystkie elementy mają wartość True

(Odziedziczone po PrimitiveDataFrameColumn<T>)
And(Boolean, Boolean)

Wykonuje element mądry wartość logiczna i na każdej wartości w kolumnie

(Odziedziczone po PrimitiveDataFrameColumn<T>)
And(DataFrameColumn, Boolean)

Wykonuje element mądre wartości logiczne i

(Odziedziczone po PrimitiveDataFrameColumn<T>)
Any()

Zwraca, czy dowolny element ma wartość True

(Odziedziczone po PrimitiveDataFrameColumn<T>)
Append(Nullable<T>) (Odziedziczone po PrimitiveDataFrameColumn<T>)
AppendMany(Nullable<T>, Int64) (Odziedziczone po PrimitiveDataFrameColumn<T>)
Apply<TResult>(Func<Nullable<T>,Nullable<TResult>>)

Stosuje funkcję do wszystkich wartości

(Odziedziczone po PrimitiveDataFrameColumn<T>)
ApplyElementwise(Func<Nullable<T>,Int64,Nullable<T>>) (Odziedziczone po PrimitiveDataFrameColumn<T>)
Clamp(T, T, Boolean)

Wartości zacisków wykraczające poza określone progi

(Odziedziczone po PrimitiveDataFrameColumn<T>)
Clamp<U>(U, U, Boolean)

Wartości zacisków wykraczające poza określone progi

(Odziedziczone po DataFrameColumn)
ClampImplementation<U>(U, U, Boolean) (Odziedziczone po PrimitiveDataFrameColumn<T>)
Clone(DataFrameColumn, Boolean, Int64)

Zwraca klon tej kolumny

(Odziedziczone po PrimitiveDataFrameColumn<T>)
Clone(IEnumerable<Int32>) (Odziedziczone po PrimitiveDataFrameColumn<T>)
Clone(IEnumerable<Int64>) (Odziedziczone po PrimitiveDataFrameColumn<T>)
Clone(PrimitiveDataFrameColumn<Int32>, Boolean) (Odziedziczone po PrimitiveDataFrameColumn<T>)
Clone(PrimitiveDataFrameColumn<Int64>, Boolean) (Odziedziczone po PrimitiveDataFrameColumn<T>)
CloneImplementation(DataFrameColumn, Boolean, Int64)

Klonowanie kolumny w celu utworzenia kopii potencjalnie zmieniającej kolejność wartości przez podanie indeksów mapIndices i flagi odwrócenia

(Odziedziczone po PrimitiveDataFrameColumn<T>)
CreateNewColumn(String, Int64)
CumulativeMax(Boolean)

Aktualizacje każdego elementu z skumulowaną maksymalną wartością

(Odziedziczone po PrimitiveDataFrameColumn<T>)
CumulativeMax(IEnumerable<Int64>, Boolean)

Aktualizacje wartości kolumn w indeksach rowIndices z maksymalnym skumulowanym indeksem rowIndices

(Odziedziczone po PrimitiveDataFrameColumn<T>)
CumulativeMin(Boolean)

Aktualizacje każdy element ze skumulowanym minimum

(Odziedziczone po PrimitiveDataFrameColumn<T>)
CumulativeMin(IEnumerable<Int64>, Boolean)

Aktualizacje wartości kolumn w indeksach rowIndices z minimalnymi skumulowanymi indeksami wierszy

(Odziedziczone po PrimitiveDataFrameColumn<T>)
CumulativeProduct(Boolean)

Aktualizacje każdego elementu z skumulowanym produktem

(Odziedziczone po PrimitiveDataFrameColumn<T>)
CumulativeProduct(IEnumerable<Int64>, Boolean)

Aktualizacje wartości kolumn w indeksach rowIndices z skumulowanym produktem rowIndices

(Odziedziczone po PrimitiveDataFrameColumn<T>)
CumulativeSum(Boolean)

Aktualizacje każdego elementu z sumą skumulowaną

(Odziedziczone po PrimitiveDataFrameColumn<T>)
CumulativeSum(IEnumerable<Int64>, Boolean)

Aktualizacje wartości kolumn w indeksach rowIndices z sumą skumulowanych indeksów wierszy

(Odziedziczone po PrimitiveDataFrameColumn<T>)
Description() (Odziedziczone po PrimitiveDataFrameColumn<T>)
Divide(Byte)
Divide(ByteDataFrameColumn)
Divide(DataFrameColumn, Boolean)

Wykonuje dzielenie elementów

(Odziedziczone po 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)

Wykonuje podział elementów na każdej wartości w kolumnie

(Odziedziczone po PrimitiveDataFrameColumn<T>)
ElementwiseEquals(Byte)
ElementwiseEquals(ByteDataFrameColumn)
ElementwiseEquals(DataFrameColumn)

Wykonuje mądry element równości

(Odziedziczone po 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)

Wykonuje element mądry równe dla każdej wartości w kolumnie

(Odziedziczone po PrimitiveDataFrameColumn<T>)
ElementwiseGreaterThan(Byte)
ElementwiseGreaterThan(ByteDataFrameColumn)
ElementwiseGreaterThan(DataFrameColumn)

Wykonuje element mądry większy niż

(Odziedziczone po 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)

Wykonuje element mądry większy niż na każdej wartości w kolumnie

(Odziedziczone po PrimitiveDataFrameColumn<T>)
ElementwiseGreaterThanOrEqual(Byte)
ElementwiseGreaterThanOrEqual(ByteDataFrameColumn)
ElementwiseGreaterThanOrEqual(DataFrameColumn)

Wykonuje element mądry większy niż lub równy

(Odziedziczone po 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)

Wykonuje element mądry większy niż lub równy dla każdej wartości w kolumnie

(Odziedziczone po PrimitiveDataFrameColumn<T>)
ElementwiseIsNotNull() (Odziedziczone po PrimitiveDataFrameColumn<T>)
ElementwiseIsNull() (Odziedziczone po PrimitiveDataFrameColumn<T>)
ElementwiseLessThan(Byte)
ElementwiseLessThan(ByteDataFrameColumn)
ElementwiseLessThan(DataFrameColumn)

Wykonuje element mądry mniej niż

(Odziedziczone po 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)

Wykonuje element mądry mniej niż na każdej wartości w kolumnie

(Odziedziczone po PrimitiveDataFrameColumn<T>)
ElementwiseLessThanOrEqual(Byte)
ElementwiseLessThanOrEqual(ByteDataFrameColumn)
ElementwiseLessThanOrEqual(DataFrameColumn)

Wykonuje mądry element mniej niż lub równe

(Odziedziczone po 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)

Wykonuje element mądry mniej niż lub równy dla każdej wartości w kolumnie

(Odziedziczone po PrimitiveDataFrameColumn<T>)
ElementwiseNotEquals(Byte)
ElementwiseNotEquals(ByteDataFrameColumn)
ElementwiseNotEquals(DataFrameColumn)

Wykonuje element mądry nie równa się

(Odziedziczone po 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)

Wykonuje element-wise not-equals na każdej wartości w kolumnie

(Odziedziczone po PrimitiveDataFrameColumn<T>)
FillNulls(Object, Boolean)

Zwraca nową kolumnę z elementami zastąpionymi null przez value.

(Odziedziczone po DataFrameColumn)
FillNulls(T, Boolean)

Zwraca nową kolumnę o wartości null zastąpioną wartością

(Odziedziczone po PrimitiveDataFrameColumn<T>)
FillNullsImplementation(Object, Boolean) (Odziedziczone po PrimitiveDataFrameColumn<T>)
Filter(T, T)

Zwraca nową kolumnę filtrowaną według dolnej i górnej granicy

(Odziedziczone po PrimitiveDataFrameColumn<T>)
Filter<U>(U, U)

Zwraca nową kolumnę filtrowaną według dolnej i górnej granicy

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

Pobieranie wystąpień każdej wartości z tej kolumny w innej kolumnie pogrupowanej według tej wartości

(Odziedziczone po DataFrameColumn)
GetMaxRecordBatchLength(Int64) (Odziedziczone po PrimitiveDataFrameColumn<T>)
GetReadOnlyDataBuffers()

Zwraca wyliczenie niezmiennych buforów pamięci reprezentujących wartości bazowe

(Odziedziczone po PrimitiveDataFrameColumn<T>)
GetReadOnlyNullBitMapBuffers()

Zwraca wyliczenie niezmiennych ReadOnlyMemory<T> buforów reprezentujących null wartości w formacie Apache Arrow

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

Służy do wykluczania kolumn z metody Description

(Odziedziczone po PrimitiveDataFrameColumn<T>)
Info()

Zwraca wartość zawierającą StringDataFrameColumn typ danych i długość tej kolumny

(Odziedziczone po DataFrameColumn)
IsNumericColumn() (Odziedziczone po PrimitiveDataFrameColumn<T>)
IsValid(Int64) (Odziedziczone po PrimitiveDataFrameColumn<T>)
LeftShift(Int32, Boolean)
Max()

Zwraca maksymalną wartość w kolumnie

(Odziedziczone po PrimitiveDataFrameColumn<T>)
Max(IEnumerable<Int64>)

Zwraca maksymalną liczbę wartości w indeksach rowIndices

(Odziedziczone po PrimitiveDataFrameColumn<T>)
Mean() (Odziedziczone po PrimitiveDataFrameColumn<T>)
Median() (Odziedziczone po PrimitiveDataFrameColumn<T>)
Min()

Zwraca wartość minimalną wartości w kolumnie

(Odziedziczone po PrimitiveDataFrameColumn<T>)
Min(IEnumerable<Int64>)

Zwraca wartość minimalną wartości w indeksach rowIndices

(Odziedziczone po PrimitiveDataFrameColumn<T>)
Modulo(Byte)
Modulo(ByteDataFrameColumn)
Modulo(DataFrameColumn, Boolean)

Wykonuje modulu mądrego elementu

(Odziedziczone po 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)

Wykonuje operację modulu mądrego elementu na każdej wartości w kolumnie

(Odziedziczone po PrimitiveDataFrameColumn<T>)
Multiply(Byte)
Multiply(ByteDataFrameColumn)
Multiply(DataFrameColumn, Boolean)

Wykonuje mnożenie mnożenia elementów

(Odziedziczone po 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)

Wykonuje mnożenie elementów na każdej wartości w kolumnie

(Odziedziczone po PrimitiveDataFrameColumn<T>)
Or(Boolean, Boolean)

Wykonuje element mądry wartość logiczna lub na każdej wartości w kolumnie

(Odziedziczone po PrimitiveDataFrameColumn<T>)
Or(DataFrameColumn, Boolean)

Wykonuje element mądry wartość logiczna lub

(Odziedziczone po PrimitiveDataFrameColumn<T>)
Product()

Zwraca produkt wartości w kolumnie

(Odziedziczone po PrimitiveDataFrameColumn<T>)
Product(IEnumerable<Int64>)

Zwraca produkt wartości w indeksach rowIndices

(Odziedziczone po PrimitiveDataFrameColumn<T>)
Resize(Int64) (Odziedziczone po 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)

Wykonuje odwrócony dodatek elementu mądry dla każdej wartości w kolumnie

(Odziedziczone po PrimitiveDataFrameColumn<T>)
ReverseAnd(Boolean, Boolean)

Wykonuje odwróconą wartość logiczną i na każdej wartości w kolumnie

(Odziedziczone po 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)

Wykonuje odwrotny podział elementów na każdą wartość w kolumnie

(Odziedziczone po 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)

Wykonuje odwrotną operację modulu mądrego elementu na każdej wartości w kolumnie

(Odziedziczone po 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)

Wykonuje odwróconą mnożenie elementów na każdej wartości w kolumnie

(Odziedziczone po PrimitiveDataFrameColumn<T>)
ReverseOr(Boolean, Boolean)

Wykonuje odwróconą wartość logiczną lub na każdej wartości w kolumnie

(Odziedziczone po 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)

Wykonuje odwróconą odejmę elementu dla każdej wartości w kolumnie

(Odziedziczone po PrimitiveDataFrameColumn<T>)
ReverseXor(Boolean, Boolean)

Wykonuje odwrócony element logiczny Xor dla każdej wartości w kolumnie

(Odziedziczone po DataFrameColumn)
RightShift(Int32, Boolean)
Round(Boolean)

Wywołuje metodę Math.Round dla każdej wartości w kolumnie

(Odziedziczone po PrimitiveDataFrameColumn<T>)
SetName(String)

Aktualizacje nazwę kolumny.

(Odziedziczone po DataFrameColumn)
SetName(String, DataFrame)
Przestarzałe.

Aktualizacje nazwę tej kolumny.

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

Wykonuje odejmowanie elementu

(Odziedziczone po 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)

Wykonuje odejmowanie elementu dla każdej wartości w kolumnie

(Odziedziczone po PrimitiveDataFrameColumn<T>)
Sum()

Zwraca sumę wartości w kolumnie

(Odziedziczone po PrimitiveDataFrameColumn<T>)
Sum(IEnumerable<Int64>)

Zwraca sumę wartości w indeksach rowIndices

(Odziedziczone po PrimitiveDataFrameColumn<T>)
ToArrowArray(Int64, Int32) (Odziedziczone po PrimitiveDataFrameColumn<T>)
ToString()

Zwraca podgląd zawartości kolumny jako sformatowany ciąg.

(Odziedziczone po PrimitiveDataFrameColumn<T>)
ValueCounts() (Odziedziczone po PrimitiveDataFrameColumn<T>)
Xor(Boolean, Boolean)

Wykonuje element mądry wartość logiczna Xor dla każdej wartości w kolumnie

(Odziedziczone po PrimitiveDataFrameColumn<T>)
Xor(DataFrameColumn, Boolean)

Wykonuje element mądry wartość logiczna Xor

(Odziedziczone po PrimitiveDataFrameColumn<T>)

Operatory

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

Jawne implementacje interfejsu

IEnumerable.GetEnumerator() (Odziedziczone po DataFrameColumn)

Dotyczy