NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Single.Empty

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;

Remarks

The value of the Empty constant is (float)0.0.

In addition see the Empty method that is the universal zero.

See Also

Single Structure | Single Members | System Namespace