TechTalk Genome v4.2

NullableInt64.ToNullableDecimal Method 

Converts this NullableInt64 instance to a NullableDecimal.

public NullableDecimal ToNullableDecimal();

Return Value

A NullableDecimal that is NullableDecimal.Null if this NullableInt64 is Null otherwise a NullableDecimal whose NullableDecimal.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