An INullableType that wraps a Double value.
Namespace: Nullables
Assembly: Nullables (in Nullables)
Version: 1.2.0.4000
Syntax
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Structure NullableDouble _ Implements INullableType, IFormattable, IComparable |
| C# |
|---|
[SerializableAttribute] public struct NullableDouble : INullableType, IFormattable, IComparable |
| Visual C++ |
|---|
[SerializableAttribute] public value class NullableDouble : INullableType, IFormattable, IComparable |