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