ValueConverterTInput, TOutputConvertForward Property |
A function used to a matrix's non-missing values from one type to another.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public Func<TInput, TOutput> ConvertForward { get; protected set; }
Public Property ConvertForward As Func(Of TInput, TOutput)
Get
Protected Set
public:
property Func<TInput, TOutput>^ ConvertForward {
Func<TInput, TOutput>^ get ();
protected: void set (Func<TInput, TOutput>^ value);
}
member ConvertForward : Func<'TInput, 'TOutput> with get, set
Property Value
Type:
FuncTInput,
TOutputSee Also