Converts this NullableBoolean structure to a NullableDouble structure.
NullableDouble.Null if this NullableBoolean is Null otherwise a new NullableDouble structure whose NullableDouble.Value equals 1 if this NullableBoolean structure's Value is true or equals 0 if this NullableBoolean structure's Value is false.
Namespace: TechTalk.Genome.NullableTypes
Assembly: TechTalk.Genome (in TechTalk.Genome.dll)
Version: 4.2.4.4
Editions: Professional, Evaluation, Express
NullableBoolean Class | TechTalk.Genome.NullableTypes Namespace