TechTalk Genome v4.2

NullableDouble.ToNullableByte Method 

Converts this NullableDouble instance to a NullableByte.

public NullableByte ToNullableByte();

Return Value

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

Exceptions

Exception TypeCondition
OverflowException This NullableDoubleValue is a number that is less than Byte.MinValue or greater than Byte.MaxValue.

Requirements

Namespace: TechTalk.Genome.NullableTypes

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

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableDouble Class | TechTalk.Genome.NullableTypes Namespace