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