TechTalk Genome v4.2

NullableSingle.ToNullableInt64 Method 

Converts this NullableSingle instance to a NullableInt64.

public NullableInt64 ToNullableInt64();

Return Value

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

Exceptions

Exception TypeCondition
OverflowException This NullableSingleValue is a number that is less than NullableInt64.MinValue or greater than NullableInt64.MaxValue.

Requirements

Namespace: TechTalk.Genome.NullableTypes

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

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableSingle Class | TechTalk.Genome.NullableTypes Namespace