| Abs(float value) | System.Single | inlinestatic |
| INumber< float >.Abs(TSelf value) | System.INumber< float > | static |
| Acos(float x) | System.Single | inlinestatic |
| IFloatingPoint< float >.Acos(TSelf x) | System.IFloatingPoint< float > | static |
| Acosh(float x) | System.Single | inlinestatic |
| IFloatingPoint< float >.Acosh(TSelf x) | System.IFloatingPoint< float > | static |
| AdditiveIdentity | System.Single | static |
| Asin(float x) | System.Single | inlinestatic |
| IFloatingPoint< float >.Asin(TSelf x) | System.IFloatingPoint< float > | static |
| Asinh(float x) | System.Single | inlinestatic |
| IFloatingPoint< float >.Asinh(TSelf x) | System.IFloatingPoint< float > | static |
| Atan(float x) | System.Single | inlinestatic |
| IFloatingPoint< float >.Atan(TSelf x) | System.IFloatingPoint< float > | static |
| Atan2(float y, float x) | System.Single | inlinestatic |
| IFloatingPoint< float >.Atan2(TSelf y, TSelf x) | System.IFloatingPoint< float > | static |
| Atanh(float x) | System.Single | inlinestatic |
| IFloatingPoint< float >.Atanh(TSelf x) | System.IFloatingPoint< float > | static |
| BitDecrement(float x) | System.Single | inlinestatic |
| IFloatingPoint< float >.BitDecrement(TSelf x) | System.IFloatingPoint< float > | static |
| BitIncrement(float x) | System.Single | inlinestatic |
| IFloatingPoint< float >.BitIncrement(TSelf x) | System.IFloatingPoint< float > | static |
| Cbrt(float x) | System.Single | inlinestatic |
| IFloatingPoint< float >.Cbrt(TSelf x) | System.IFloatingPoint< float > | static |
| Ceiling(float x) | System.Single | inlinestatic |
| IFloatingPoint< float >.Ceiling(TSelf x) | System.IFloatingPoint< float > | static |
| Clamp(float value, float min, float max) | System.Single | inlinestatic |
| INumber< float >.Clamp(TSelf value, TSelf min, TSelf max) | System.INumber< float > | static |
| CompareTo(object? value) | System.Single | inline |
| CompareTo(float value) | System.Single | inline |
| System::IComparable.CompareTo(T? other) | System.IComparable< in T > | |
| IComparable< float >.CompareTo(T? other) | System.IComparable< float > | |
| CopySign(float x, float y) | System.Single | inlinestatic |
| IFloatingPoint< float >.CopySign(TSelf x, TSelf y) | System.IFloatingPoint< float > | static |
| Cos(float x) | System.Single | inlinestatic |
| IFloatingPoint< float >.Cos(TSelf x) | System.IFloatingPoint< float > | static |
| Cosh(float x) | System.Single | inlinestatic |
| IFloatingPoint< float >.Cosh(TSelf x) | System.IFloatingPoint< float > | static |
| Create< TOther >(TOther value) | System.Single | inlinestatic |
| CreateSaturating< TOther >(TOther value) | System.Single | inlinestatic |
| CreateTruncating< TOther >(TOther value) | System.Single | inlinestatic |
| DivRem(float left, float right) | System.Single | inlinestatic |
| INumber< float >.DivRem(TSelf left, TSelf right) | System.INumber< float > | static |
| E | System.Single | static |
| Epsilon | System.Single | static |
| Epsilon | System.Single | static |
| Equals([NotNullWhen(true)] object? obj) | System.Single | inline |
| Equals(float obj) | System.Single | inline |
| IEquatable< float >.Equals(T? other) | System.IEquatable< float > | |
| Exp(float x) | System.Single | inlinestatic |
| IFloatingPoint< float >.Exp(TSelf x) | System.IFloatingPoint< float > | static |
| ExtractExponentFromBits(uint bits) | System.Single | inlinepackagestatic |
| ExtractSignificandFromBits(uint bits) | System.Single | inlinepackagestatic |
| Floor(float x) | System.Single | inlinestatic |
| IFloatingPoint< float >.Floor(TSelf x) | System.IFloatingPoint< float > | static |
| FusedMultiplyAdd(float left, float right, float addend) | System.Single | inlinestatic |
| IFloatingPoint< float >.FusedMultiplyAdd(TSelf left, TSelf right, TSelf addend) | System.IFloatingPoint< float > | static |
| GetHashCode() | System.Single | inline |
| GetTypeCode() | System.Single | inline |
| IEEERemainder(float left, float right) | System.Single | inlinestatic |
| IFloatingPoint< float >.IEEERemainder(TSelf left, TSelf right) | System.IFloatingPoint< float > | static |
| ILogB< TInteger >(float x) | System.Single | inlinestatic |
| IFloatingPoint< float >.ILogB< TInteger >(TSelf x) | System.IFloatingPoint< float > | static |
| IsFinite(float f) | System.Single | inlinestatic |
| IsFinite(float x) | System.Single | inlinestatic |
| IFloatingPoint< float >.IsFinite(TSelf value) | System.IFloatingPoint< float > | static |
| IsInfinity(float f) | System.Single | inlinestatic |
| IsInfinity(float x) | System.Single | inlinestatic |
| IFloatingPoint< float >.IsInfinity(TSelf value) | System.IFloatingPoint< float > | static |
| IsNaN(float f) | System.Single | inlinestatic |
| IsNaN(float x) | System.Single | inlinestatic |
| IFloatingPoint< float >.IsNaN(TSelf value) | System.IFloatingPoint< float > | static |
| IsNegative(float f) | System.Single | inlinestatic |
| IsNegative(float x) | System.Single | inlinestatic |
| IFloatingPoint< float >.IsNegative(TSelf value) | System.IFloatingPoint< float > | static |
| IsNegativeInfinity(float f) | System.Single | inlinestatic |
| IsNegativeInfinity(float x) | System.Single | inlinestatic |
| IFloatingPoint< float >.IsNegativeInfinity(TSelf value) | System.IFloatingPoint< float > | static |
| IsNormal(float f) | System.Single | inlinestatic |
| IsNormal(float x) | System.Single | inlinestatic |
| IFloatingPoint< float >.IsNormal(TSelf value) | System.IFloatingPoint< float > | static |
| IsPositiveInfinity(float f) | System.Single | inlinestatic |
| IsPositiveInfinity(float x) | System.Single | inlinestatic |
| IFloatingPoint< float >.IsPositiveInfinity(TSelf value) | System.IFloatingPoint< float > | static |
| IsPow2(float value) | System.Single | inlinestatic |
| IBinaryNumber< float >.IsPow2(TSelf value) | System.IBinaryNumber< float > | static |
| IsSubnormal(float f) | System.Single | inlinestatic |
| IsSubnormal(float x) | System.Single | inlinestatic |
| IFloatingPoint< float >.IsSubnormal(TSelf value) | System.IFloatingPoint< float > | static |
| Log(float x) | System.Single | inlinestatic |
| Log(float x, float newBase) | System.Single | inlinestatic |
| IFloatingPoint< float >.Log(TSelf x) | System.IFloatingPoint< float > | static |
| IFloatingPoint< float >.Log(TSelf x, TSelf newBase) | System.IFloatingPoint< float > | static |
| Log10(float x) | System.Single | inlinestatic |
| IFloatingPoint< float >.Log10(TSelf x) | System.IFloatingPoint< float > | static |
| Log2(float value) | System.Single | inlinestatic |
| Log2(float x) | System.Single | inlinestatic |
| IBinaryNumber< float >.Log2(TSelf value) | System.IBinaryNumber< float > | static |
| IFloatingPoint< float >.Log2(TSelf x) | System.IFloatingPoint< float > | static |
| m_value | System.Single | private |
| Max(float x, float y) | System.Single | inlinestatic |
| INumber< float >.Max(TSelf x, TSelf y) | System.INumber< float > | static |
| MaxMagnitude(float x, float y) | System.Single | inlinestatic |
| IFloatingPoint< float >.MaxMagnitude(TSelf x, TSelf y) | System.IFloatingPoint< float > | static |
| MaxValue | System.Single | static |
| MaxValue | System.Single | static |
| Min(float x, float y) | System.Single | inlinestatic |
| INumber< float >.Min(TSelf x, TSelf y) | System.INumber< float > | static |
| MinMagnitude(float x, float y) | System.Single | inlinestatic |
| IFloatingPoint< float >.MinMagnitude(TSelf x, TSelf y) | System.IFloatingPoint< float > | static |
| MinValue | System.Single | static |
| MinValue | System.Single | static |
| MultiplicativeIdentity | System.Single | static |
| NaN | System.Single | static |
| NaN | System.Single | static |
| NegativeInfinity | System.Single | static |
| NegativeInfinity | System.Single | static |
| NegativeOne | System.Single | static |
| NegativeZero | System.Single | static |
| One | System.Single | static |
| operator!=(float left, float right) | System.Single | inlinestatic |
| operator!=(float left, float right) | System.Single | inlinestatic |
| IEqualityOperators< float, float >.operator!=(TSelf left, TOther right) | System.IEqualityOperators< float, float > | static |
| operator%(float left, float right) | System.Single | inlinestatic |
| IModulusOperators< float, float, float >.operator%(TSelf left, TOther right) | System.IModulusOperators< float, float, float > | static |
| operator&(float left, float right) | System.Single | inlinestatic |
| IBitwiseOperators< float, float, float >.operator&(TSelf left, TOther right) | System.IBitwiseOperators< float, float, float > | static |
| operator*(float left, float right) | System.Single | inlinestatic |
| IMultiplyOperators< float, float, float >.operator*(TSelf left, TOther right) | System.IMultiplyOperators< float, float, float > | static |
| operator+(float left, float right) | System.Single | inlinestatic |
| operator+(float value) | System.Single | inlinestatic |
| IAdditionOperators< float, float, float >.operator+(TSelf left, TOther right) | System.IAdditionOperators< float, float, float > | static |
| IUnaryPlusOperators< float, float >.operator+(TSelf value) | System.IUnaryPlusOperators< float, float > | static |
| operator++(float value) | System.Single | inlinestatic |
| IIncrementOperators< float >.operator++(TSelf value) | System.IIncrementOperators< float > | static |
| operator-(float left, float right) | System.Single | inlinestatic |
| operator-(float value) | System.Single | inlinestatic |
| ISubtractionOperators< float, float, float >.operator-(TSelf left, TOther right) | System.ISubtractionOperators< float, float, float > | static |
| IUnaryNegationOperators< float, float >.operator-(TSelf value) | System.IUnaryNegationOperators< float, float > | static |
| operator--(float value) | System.Single | inlinestatic |
| IDecrementOperators< float >.operator--(TSelf value) | System.IDecrementOperators< float > | static |
| operator/(float left, float right) | System.Single | inlinestatic |
| IDivisionOperators< float, float, float >.operator/(TSelf left, TOther right) | System.IDivisionOperators< float, float, float > | static |
| operator<(float left, float right) | System.Single | inlinestatic |
| operator<(float left, float right) | System.Single | inlinestatic |
| IComparisonOperators< float, float >.operator<(TSelf left, TOther right) | System.IComparisonOperators< float, float > | static |
| operator<=(float left, float right) | System.Single | inlinestatic |
| operator<=(float left, float right) | System.Single | inlinestatic |
| IComparisonOperators< float, float >.operator<=(TSelf left, TOther right) | System.IComparisonOperators< float, float > | static |
| operator==(float left, float right) | System.Single | inlinestatic |
| operator==(float left, float right) | System.Single | inlinestatic |
| IEqualityOperators< float, float >.operator==(TSelf left, TOther right) | System.IEqualityOperators< float, float > | static |
| operator>(float left, float right) | System.Single | inlinestatic |
| operator>(float left, float right) | System.Single | inlinestatic |
| IComparisonOperators< float, float >.operator>(TSelf left, TOther right) | System.IComparisonOperators< float, float > | static |
| operator>=(float left, float right) | System.Single | inlinestatic |
| operator>=(float left, float right) | System.Single | inlinestatic |
| IComparisonOperators< float, float >.operator>=(TSelf left, TOther right) | System.IComparisonOperators< float, float > | static |
| operator^(float left, float right) | System.Single | inlinestatic |
| IBitwiseOperators< float, float, float >.operator^(TSelf left, TOther right) | System.IBitwiseOperators< float, float, float > | static |
| operator|(float left, float right) | System.Single | inlinestatic |
| IBitwiseOperators< float, float, float >.operator|(TSelf left, TOther right) | System.IBitwiseOperators< float, float, float > | static |
| operator~(float value) | System.Single | inlinestatic |
| IBitwiseOperators< float, float, float >.operator~(TSelf value) | System.IBitwiseOperators< float, float, float > | static |
| Parse(string s) | System.Single | inlinestatic |
| Parse(string s, NumberStyles style) | System.Single | inlinestatic |
| Parse(string s, IFormatProvider? provider) | System.Single | inlinestatic |
| Parse(string s, NumberStyles style, IFormatProvider? provider) | System.Single | inlinestatic |
| Parse(ReadOnlySpan< char > s, NumberStyles style=NumberStyles.Float|NumberStyles.AllowThousands, IFormatProvider? provider=null) | System.Single | inlinestatic |
| Parse(string s, NumberStyles style, IFormatProvider provider) | System.Single | inlinestatic |
| Parse(ReadOnlySpan< char > s, NumberStyles style, IFormatProvider provider) | System.Single | inlinestatic |
| Parse(string s, IFormatProvider provider) | System.Single | inlinestatic |
| Parse(ReadOnlySpan< char > s, IFormatProvider provider) | System.Single | inlinestatic |
| INumber< float >.Parse(string s, NumberStyles style, IFormatProvider? provider) | System.INumber< float > | static |
| INumber< float >.Parse(ReadOnlySpan< char > s, NumberStyles style, IFormatProvider? provider) | System.INumber< float > | static |
| ISpanParseable< float >.Parse(ReadOnlySpan< char > s, IFormatProvider? provider) | System.ISpanParseable< float > | static |
| Pi | System.Single | static |
| PositiveInfinity | System.Single | static |
| PositiveInfinity | System.Single | static |
| Pow(float x, float y) | System.Single | inlinestatic |
| IFloatingPoint< float >.Pow(TSelf x, TSelf y) | System.IFloatingPoint< float > | static |
| Quotient | System.Single | static |
| Round(float x) | System.Single | inlinestatic |
| Round(float x, MidpointRounding mode) | System.Single | inlinestatic |
| IFloatingPoint< float >.Round(TSelf x) | System.IFloatingPoint< float > | static |
| IFloatingPoint< float >.Round(TSelf x, MidpointRounding mode) | System.IFloatingPoint< float > | static |
| Round< TInteger >(float x, TInteger digits) | System.Single | inlinestatic |
| Round< TInteger >(float x, TInteger digits, MidpointRounding mode) | System.Single | inlinestatic |
| IFloatingPoint< float >.Round< TInteger >(TSelf x, TInteger digits) | System.IFloatingPoint< float > | static |
| IFloatingPoint< float >.Round< TInteger >(TSelf x, TInteger digits, MidpointRounding mode) | System.IFloatingPoint< float > | static |
| ScaleB< TInteger >(float x, TInteger n) | System.Single | inlinestatic |
| IFloatingPoint< float >.ScaleB< TInteger >(TSelf x, TInteger n) | System.IFloatingPoint< float > | static |
| Sign(float value) | System.Single | inlinestatic |
| INumber< float >.Sign(TSelf value) | System.INumber< float > | static |
| Sin(float x) | System.Single | inlinestatic |
| IFloatingPoint< float >.Sin(TSelf x) | System.IFloatingPoint< float > | static |
| Sinh(float x) | System.Single | inlinestatic |
| IFloatingPoint< float >.Sinh(TSelf x) | System.IFloatingPoint< float > | static |
| Sqrt(float x) | System.Single | inlinestatic |
| IFloatingPoint< float >.Sqrt(TSelf x) | System.IFloatingPoint< float > | static |
| Tan(float x) | System.Single | inlinestatic |
| IFloatingPoint< float >.Tan(TSelf x) | System.IFloatingPoint< float > | static |
| Tanh(float x) | System.Single | inlinestatic |
| IFloatingPoint< float >.Tanh(TSelf x) | System.IFloatingPoint< float > | static |
| Tau | System.Single | static |
| ToBoolean(IFormatProvider provider) | System.Single | inline |
| System::IConvertible.ToBoolean(IFormatProvider? provider) | System.IConvertible | |
| ToByte(IFormatProvider provider) | System.Single | inline |
| System::IConvertible.ToByte(IFormatProvider? provider) | System.IConvertible | |
| ToChar(IFormatProvider provider) | System.Single | inline |
| System::IConvertible.ToChar(IFormatProvider? provider) | System.IConvertible | |
| ToDateTime(IFormatProvider provider) | System.Single | inline |
| System::IConvertible.ToDateTime(IFormatProvider? provider) | System.IConvertible | |
| ToDecimal(IFormatProvider provider) | System.Single | inline |
| System::IConvertible.ToDecimal(IFormatProvider? provider) | System.IConvertible | |
| ToDouble(IFormatProvider provider) | System.Single | inline |
| System::IConvertible.ToDouble(IFormatProvider? provider) | System.IConvertible | |
| ToInt16(IFormatProvider provider) | System.Single | inline |
| System::IConvertible.ToInt16(IFormatProvider? provider) | System.IConvertible | |
| ToInt32(IFormatProvider provider) | System.Single | inline |
| System::IConvertible.ToInt32(IFormatProvider? provider) | System.IConvertible | |
| ToInt64(IFormatProvider provider) | System.Single | inline |
| System::IConvertible.ToInt64(IFormatProvider? provider) | System.IConvertible | |
| ToSByte(IFormatProvider provider) | System.Single | inline |
| System::IConvertible.ToSByte(IFormatProvider? provider) | System.IConvertible | |
| ToSingle(IFormatProvider provider) | System.Single | inline |
| System::IConvertible.ToSingle(IFormatProvider? provider) | System.IConvertible | |
| ToString() | System.Single | inline |
| ToString(IFormatProvider? provider) | System.Single | inline |
| ToString(string? format) | System.Single | inline |
| ToString(string? format, IFormatProvider? provider) | System.Single | inline |
| ToType(Type type, IFormatProvider provider) | System.Single | inline |
| System::IConvertible.ToType(Type conversionType, IFormatProvider? provider) | System.IConvertible | |
| ToUInt16(IFormatProvider provider) | System.Single | inline |
| System::IConvertible.ToUInt16(IFormatProvider? provider) | System.IConvertible | |
| ToUInt32(IFormatProvider provider) | System.Single | inline |
| System::IConvertible.ToUInt32(IFormatProvider? provider) | System.IConvertible | |
| ToUInt64(IFormatProvider provider) | System.Single | inline |
| System::IConvertible.ToUInt64(IFormatProvider? provider) | System.IConvertible | |
| Truncate(float x) | System.Single | inlinestatic |
| IFloatingPoint< float >.Truncate(TSelf x) | System.IFloatingPoint< float > | static |
| TryCreate< TOther >(TOther value, out float result) | System.Single | inlinestatic |
| INumber< float >.TryCreate< TOther >(TOther value, out TSelf result) | System.INumber< float > | static |
| TryFormat(Span< char > destination, out int charsWritten, ReadOnlySpan< char > format=default(ReadOnlySpan< char >), IFormatProvider? provider=null) | System.Single | inline |
| TryParse([NotNullWhen(true)] string? s, out float result) | System.Single | inlinestatic |
| TryParse(ReadOnlySpan< char > s, out float result) | System.Single | inlinestatic |
| TryParse([NotNullWhen(true)] string? s, NumberStyles style, IFormatProvider? provider, out float result) | System.Single | inlinestatic |
| TryParse(ReadOnlySpan< char > s, NumberStyles style, IFormatProvider? provider, out float result) | System.Single | inlinestatic |
| TryParse(ReadOnlySpan< char > s, NumberStyles style, NumberFormatInfo info, out float result) | System.Single | inlineprivatestatic |
| TryParse([NotNullWhen(true)] string s, NumberStyles style, IFormatProvider provider, out float result) | System.Single | inlinestatic |
| TryParse(ReadOnlySpan< char > s, NumberStyles style, IFormatProvider provider, out float result) | System.Single | inlinestatic |
| TryParse([NotNullWhen(true)] string s, IFormatProvider provider, out float result) | System.Single | inlinestatic |
| TryParse(ReadOnlySpan< char > s, IFormatProvider provider, out float result) | System.Single | inlinestatic |
| INumber< float >.TryParse([NotNullWhen(true)] string? s, NumberStyles style, IFormatProvider? provider, out TSelf result) | System.INumber< float > | static |
| INumber< float >.TryParse(ReadOnlySpan< char > s, NumberStyles style, IFormatProvider? provider, out TSelf result) | System.INumber< float > | static |
| ISpanParseable< float >.TryParse(ReadOnlySpan< char > s, IFormatProvider? provider, out TSelf result) | System.ISpanParseable< float > | static |
| IParseable< float >.TryParse([NotNullWhen(true)] string? s, IFormatProvider? provider, out TSelf result) | System.IParseable< float > | static |
| Zero | System.Single | static |