Represents the constant Double value of empty.
[Visual Basic] Public Const Empty As Double [C#] public const double Empty; [C++] public: const double Empty; [JScript] public var Empty : double;
The value of the Empty constant is (double)0.0.
In addition see the Empty method that is the universal zero.