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

Represents the constant that is the smallest possible Single value.

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

Remarks

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

See Also

Single Structure | Single Members | System Namespace