TechTalk Genome v4.2

NullableSingle Explicit NullableDecimal to NullableSingle Conversion 

Converts the NullableDecimal parameter to a NullableSingle structure.

public static explicit operator NullableSingle(
   NullableDecimal x
);

Parameters

x
A NullableDecimal to be converted to a NullableSingle structure.

Return Value

Null if x is NullableDecimal.Null otherwise a new NullableSingle structure constructed from the NullableDecimal.Value of x.

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