Click or drag to resize

FrameColumnAsTIn, TOut Method (FuncTIn, TOut)

Returns a transformation of the column as a typed list.

Namespace:  Meta.Numerics.Data
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public IReadOnlyList<TOut> As<TIn, TOut>(
	Func<TIn, TOut> transformation
)

Parameters

transformation
Type: SystemFuncTIn, TOut
The transformation.

Type Parameters

TIn
The input type of the transformation.
TOut
The output type of the transformation.

Return Value

Type: IReadOnlyListTOut
An object that allows a transformation of the column to be accessed as a typed list.
See Also