Converts the NullableSingle parameter to a NullableDouble structure.
Null if x is NullableSingle.Null otherwise a new NullableDouble structure constructed from the NullableSingle.Value of x.
The xNullableSingle value is rounded to the nearest double value. If the Single value is NaN, the result is also NaN.
Namespace: TechTalk.Genome.NullableTypes
Assembly: TechTalk.Genome (in TechTalk.Genome.dll)
Version: 4.2.4.4
Editions: Professional, Evaluation, Express
NullableDouble Class | TechTalk.Genome.NullableTypes Namespace