ValueConverterIntToDouble Field |
Converts an integer to a double
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static readonly ValueConverter<int, double> IntToDouble
Public Shared ReadOnly IntToDouble As ValueConverter(Of Integer, Double)
public:
static initonly ValueConverter<int, double>^ IntToDouble
static val IntToDouble: ValueConverter<int, float>
Field Value
Type:
ValueConverterInt32,
DoubleSee Also