TechTalk Genome v4.2

NullableSingle.ToNullableDecimal Method 

Converts this NullableSingle instance to a NullableDecimal.

public NullableDecimal ToNullableDecimal();

Return Value

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

Exceptions

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

-or-

Value is Single.NaN, Single.PositiveInfinity, or Single.NegativeInfinity.

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