TechTalk Genome v4.2

NullableInt64.ToNullableDouble Method 

Converts this NullableInt64 instance to a NullableDouble.

public NullableDouble ToNullableDouble();

Return Value

A NullableDouble that is NullableDouble.Null if this NullableInt64 is Null otherwise a NullableDouble whose NullableDouble.Value equals the Value of this instance.

Requirements

Namespace: TechTalk.Genome.NullableTypes

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableInt64 Class | TechTalk.Genome.NullableTypes Namespace