Click or drag to resize
ValueConverterTInput, TOutputConvertForward Property
A function used to a matrix's non-missing values from one type to another.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public Func<TInput, TOutput> ConvertForward { get; protected set; }

Property Value

Type: FuncTInput, TOutput
See Also