System.Single

E697466

System.Single is a .NET value type representing a single-precision 32-bit floating-point number used for numeric calculations with fractional components.

Jump to: Statements Referenced by

Statements (54)

Predicate Object
instanceOf .NETType
Struct
ValueType
assembly System.Runtime.dll NERFINISHED
mscorlib.dll
bitSize 32
byteSize 4
CLSCompliant True
commonLanguage C# NERFINISHED
F#
VB.NET NERFINISHED
contrastWith System.Decimal NERFINISHED
System.Double NERFINISHED
defaultValue 0
epsilon 1.401298E-45
hasExponent True
hasMantissa True
hasMethod CompareTo
Equals
GetHashCode
IsInfinity
IsNaN
IsNegativeInfinity
IsPositiveInfinity
Parse
ToString
TryParse
hasSignBit True
hasStaticField Epsilon NERFINISHED
MaxValue
MinValue
NaN
NegativeInfinity
PositiveInfinity
implementsInterface System.IComparable NERFINISHED
System.IComparable`1[System.Single]
System.IConvertible NERFINISHED
System.IEquatable`1[System.Single]
System.IFormattable
isBlittable True
isFloatingPoint True
isPrimitive True
isSealed True
isUnmanaged True
isValueType True
maxValue 3.4028235E+38
minValue -3.4028235E+38
namespace System
negativeInfinity -Infinity
notANumber NaN
positiveInfinity Infinity
supportsFractionalValues True
underlyingRepresentation IEEE754SinglePrecision NERFINISHED
useCase numericCalculationsWithFractionalComponents

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

System containsType System.Single