TechTalk Genome v4.2

NullableSingle.Value Property

Gets the value of the NullableSingle structure. This property is read-only

public float Value {get;}

Property Value

A floating point value in the range -3.40E+38 through 3.40E+38.

Exceptions

Exception TypeCondition
NullableNullValueException The property is set to null.

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