MinValue Field
Collapse the table of content
Expand the table of content

Single.MinValue Field

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Represents the smallest possible value of Single. This field is constant.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Public Const MinValue As Single

The value of this constant is negative 3.402823e38.

The following code example demonstrates the MinValue constant.


If S < Single.MinValue Then
   outputBlock.Text &= "Your number is smaller than a Single." & vbCrLf
End If


Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft