Click or drag to resize

FrameViewAsColumnsT Method

Exposes a list of columns of uniform type.

Namespace:  Meta.Numerics.Data
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public IReadOnlyList<IReadOnlyList<T>> AsColumns<T>()

Type Parameters

T
The type of the data.

Return Value

Type: IReadOnlyListIReadOnlyListT
A column-oriented, read-only collection of all the data in the view.
Remarks
See Also