ValueConverterChar01ToMinusOneOne Field |
Converts the character '0' to the double -1.0 and the character '1' to the double 1.0.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static readonly ValueConverter<char, double> Char01ToMinusOneOne
Public Shared ReadOnly Char01ToMinusOneOne As ValueConverter(Of Char, Double)
public:
static initonly ValueConverter<wchar_t, double>^ Char01ToMinusOneOne
static val Char01ToMinusOneOne: ValueConverter<char, float>
Field Value
Type:
ValueConverterChar,
DoubleSee Also