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.

All labels observed (1)

Label Occurrences
System.Single canonical 1

How this entity was disambiguated

Statements (54)

Predicate Object
instanceOf .NETType ⓘ
Struct ⓘ
ValueType ⓘ
assembly System.Runtime.dll ⓘ
mscorlib.dll ⓘ
bitSize 32 ⓘ
byteSize 4 ⓘ
CLSCompliant True ⓘ
commonLanguage C# ⓘ
F# ⓘ
VB.NET ⓘ
linked to: Visual Basic .NET
contrastWith System.Decimal ⓘ
System.Double ⓘ
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 ⓘ
MaxValue ⓘ
MinValue ⓘ
NaN ⓘ
NegativeInfinity ⓘ
PositiveInfinity ⓘ
implementsInterface System.IComparable ⓘ
System.IComparable`1[System.Single] ⓘ
System.IConvertible ⓘ
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 ⓘ
useCase numericCalculationsWithFractionalComponents ⓘ

How these facts were elicited

Referenced by (1)

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

System → containsType → System.Single ⓘ