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.MaxValue

Constant representing the largest possible Single value.

[Visual Basic]
Public Const MaxValue As Single
[C#]
public const float MaxValue;
[C++]
public: const float MaxValue;
[JScript]
public var MaxValue : float;

Remarks

The value of the MaxValue constant is (float)3.40282346638528859e+38.

See Also

Single Structure | Single Members | System Namespace