<PackageReference Include="System.Runtime" Version="4.0.20-beta-22605" />
Single
public const float MaxValue =
3.4028235E+38
public const float MinValue =
-3.4028235E+38
public const float NaN =
NaN
public static bool IsNaN(
float f)
public static bool op_Equality(
float left,
float right)
public static bool op_LessThan(
float left,
float right)
public static float Parse(
string s)
public static bool TryParse(
string s,
out float result)