Click or drag to resize
ValueConverterChar01ToMinusOneOne Field
Converts the character '0' to the double -1.0 and the character '1' to the double 1.0.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static readonly ValueConverter<char, double> Char01ToMinusOneOne

Field Value

Type: ValueConverterChar, Double
See Also