Compartir vía


NFloat Estructura

Definición

NFloat es un tipo de valor inmutable que representa un tipo flotante que tiene el mismo tamaño que el tamaño entero nativo. Está diseñado para usarse como un tipo de intercambio en el límite administrado o no administrado para representar con precisión en las API no administradas de código administrado que usan un alias de tipo para la float de C o C++en plataformas de 32 bits o double en plataformas de 64 bits, como el tipo CGFloat en bibliotecas proporcionadas por Apple.

public value class NFloat : IEquatable<System::Runtime::InteropServices::NFloat>
public value class NFloat : IComparable<System::Runtime::InteropServices::NFloat>, IEquatable<System::Runtime::InteropServices::NFloat>, IParsable<System::Runtime::InteropServices::NFloat>, ISpanParsable<System::Runtime::InteropServices::NFloat>, System::Numerics::IAdditionOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>, System::Numerics::IAdditiveIdentity<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>, System::Numerics::IBinaryFloatingPointIeee754<System::Runtime::InteropServices::NFloat>, System::Numerics::IBinaryNumber<System::Runtime::InteropServices::NFloat>, System::Numerics::IBitwiseOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>, System::Numerics::IComparisonOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat, bool>, System::Numerics::IDecrementOperators<System::Runtime::InteropServices::NFloat>, System::Numerics::IDivisionOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>, System::Numerics::IEqualityOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat, bool>, System::Numerics::IExponentialFunctions<System::Runtime::InteropServices::NFloat>, System::Numerics::IFloatingPoint<System::Runtime::InteropServices::NFloat>, System::Numerics::IFloatingPointConstants<System::Runtime::InteropServices::NFloat>, System::Numerics::IFloatingPointIeee754<System::Runtime::InteropServices::NFloat>, System::Numerics::IHyperbolicFunctions<System::Runtime::InteropServices::NFloat>, System::Numerics::IIncrementOperators<System::Runtime::InteropServices::NFloat>, System::Numerics::ILogarithmicFunctions<System::Runtime::InteropServices::NFloat>, System::Numerics::IMinMaxValue<System::Runtime::InteropServices::NFloat>, System::Numerics::IModulusOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>, System::Numerics::IMultiplicativeIdentity<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>, System::Numerics::IMultiplyOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>, System::Numerics::INumber<System::Runtime::InteropServices::NFloat>, System::Numerics::INumberBase<System::Runtime::InteropServices::NFloat>, System::Numerics::IPowerFunctions<System::Runtime::InteropServices::NFloat>, System::Numerics::IRootFunctions<System::Runtime::InteropServices::NFloat>, System::Numerics::ISignedNumber<System::Runtime::InteropServices::NFloat>, System::Numerics::ISubtractionOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>, System::Numerics::ITrigonometricFunctions<System::Runtime::InteropServices::NFloat>, System::Numerics::IUnaryNegationOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>, System::Numerics::IUnaryPlusOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>
public value class NFloat : IComparable<System::Runtime::InteropServices::NFloat>, IEquatable<System::Runtime::InteropServices::NFloat>, IParsable<System::Runtime::InteropServices::NFloat>, ISpanParsable<System::Runtime::InteropServices::NFloat>, IUtf8SpanParsable<System::Runtime::InteropServices::NFloat>, System::Numerics::IAdditionOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>, System::Numerics::IAdditiveIdentity<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>, System::Numerics::IBinaryFloatingPointIeee754<System::Runtime::InteropServices::NFloat>, System::Numerics::IBinaryNumber<System::Runtime::InteropServices::NFloat>, System::Numerics::IBitwiseOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>, System::Numerics::IComparisonOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat, bool>, System::Numerics::IDecrementOperators<System::Runtime::InteropServices::NFloat>, System::Numerics::IDivisionOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>, System::Numerics::IEqualityOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat, bool>, System::Numerics::IExponentialFunctions<System::Runtime::InteropServices::NFloat>, System::Numerics::IFloatingPoint<System::Runtime::InteropServices::NFloat>, System::Numerics::IFloatingPointConstants<System::Runtime::InteropServices::NFloat>, System::Numerics::IFloatingPointIeee754<System::Runtime::InteropServices::NFloat>, System::Numerics::IHyperbolicFunctions<System::Runtime::InteropServices::NFloat>, System::Numerics::IIncrementOperators<System::Runtime::InteropServices::NFloat>, System::Numerics::ILogarithmicFunctions<System::Runtime::InteropServices::NFloat>, System::Numerics::IMinMaxValue<System::Runtime::InteropServices::NFloat>, System::Numerics::IModulusOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>, System::Numerics::IMultiplicativeIdentity<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>, System::Numerics::IMultiplyOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>, System::Numerics::INumber<System::Runtime::InteropServices::NFloat>, System::Numerics::INumberBase<System::Runtime::InteropServices::NFloat>, System::Numerics::IPowerFunctions<System::Runtime::InteropServices::NFloat>, System::Numerics::IRootFunctions<System::Runtime::InteropServices::NFloat>, System::Numerics::ISignedNumber<System::Runtime::InteropServices::NFloat>, System::Numerics::ISubtractionOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>, System::Numerics::ITrigonometricFunctions<System::Runtime::InteropServices::NFloat>, System::Numerics::IUnaryNegationOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>, System::Numerics::IUnaryPlusOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>
public readonly struct NFloat : IEquatable<System.Runtime.InteropServices.NFloat>
public readonly struct NFloat : IComparable<System.Runtime.InteropServices.NFloat>, IEquatable<System.Runtime.InteropServices.NFloat>, IParsable<System.Runtime.InteropServices.NFloat>, ISpanParsable<System.Runtime.InteropServices.NFloat>, System.Numerics.IAdditionOperators<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat>, System.Numerics.IAdditiveIdentity<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat>, System.Numerics.IBinaryFloatingPointIeee754<System.Runtime.InteropServices.NFloat>, System.Numerics.IBinaryNumber<System.Runtime.InteropServices.NFloat>, System.Numerics.IBitwiseOperators<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat>, System.Numerics.IComparisonOperators<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,bool>, System.Numerics.IDecrementOperators<System.Runtime.InteropServices.NFloat>, System.Numerics.IDivisionOperators<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat>, System.Numerics.IEqualityOperators<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,bool>, System.Numerics.IExponentialFunctions<System.Runtime.InteropServices.NFloat>, System.Numerics.IFloatingPoint<System.Runtime.InteropServices.NFloat>, System.Numerics.IFloatingPointConstants<System.Runtime.InteropServices.NFloat>, System.Numerics.IFloatingPointIeee754<System.Runtime.InteropServices.NFloat>, System.Numerics.IHyperbolicFunctions<System.Runtime.InteropServices.NFloat>, System.Numerics.IIncrementOperators<System.Runtime.InteropServices.NFloat>, System.Numerics.ILogarithmicFunctions<System.Runtime.InteropServices.NFloat>, System.Numerics.IMinMaxValue<System.Runtime.InteropServices.NFloat>, System.Numerics.IModulusOperators<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat>, System.Numerics.IMultiplicativeIdentity<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat>, System.Numerics.IMultiplyOperators<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat>, System.Numerics.INumber<System.Runtime.InteropServices.NFloat>, System.Numerics.INumberBase<System.Runtime.InteropServices.NFloat>, System.Numerics.IPowerFunctions<System.Runtime.InteropServices.NFloat>, System.Numerics.IRootFunctions<System.Runtime.InteropServices.NFloat>, System.Numerics.ISignedNumber<System.Runtime.InteropServices.NFloat>, System.Numerics.ISubtractionOperators<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat>, System.Numerics.ITrigonometricFunctions<System.Runtime.InteropServices.NFloat>, System.Numerics.IUnaryNegationOperators<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat>, System.Numerics.IUnaryPlusOperators<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat>
public readonly struct NFloat : IComparable<System.Runtime.InteropServices.NFloat>, IEquatable<System.Runtime.InteropServices.NFloat>, IParsable<System.Runtime.InteropServices.NFloat>, ISpanParsable<System.Runtime.InteropServices.NFloat>, IUtf8SpanParsable<System.Runtime.InteropServices.NFloat>, System.Numerics.IAdditionOperators<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat>, System.Numerics.IAdditiveIdentity<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat>, System.Numerics.IBinaryFloatingPointIeee754<System.Runtime.InteropServices.NFloat>, System.Numerics.IBinaryNumber<System.Runtime.InteropServices.NFloat>, System.Numerics.IBitwiseOperators<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat>, System.Numerics.IComparisonOperators<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,bool>, System.Numerics.IDecrementOperators<System.Runtime.InteropServices.NFloat>, System.Numerics.IDivisionOperators<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat>, System.Numerics.IEqualityOperators<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,bool>, System.Numerics.IExponentialFunctions<System.Runtime.InteropServices.NFloat>, System.Numerics.IFloatingPoint<System.Runtime.InteropServices.NFloat>, System.Numerics.IFloatingPointConstants<System.Runtime.InteropServices.NFloat>, System.Numerics.IFloatingPointIeee754<System.Runtime.InteropServices.NFloat>, System.Numerics.IHyperbolicFunctions<System.Runtime.InteropServices.NFloat>, System.Numerics.IIncrementOperators<System.Runtime.InteropServices.NFloat>, System.Numerics.ILogarithmicFunctions<System.Runtime.InteropServices.NFloat>, System.Numerics.IMinMaxValue<System.Runtime.InteropServices.NFloat>, System.Numerics.IModulusOperators<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat>, System.Numerics.IMultiplicativeIdentity<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat>, System.Numerics.IMultiplyOperators<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat>, System.Numerics.INumber<System.Runtime.InteropServices.NFloat>, System.Numerics.INumberBase<System.Runtime.InteropServices.NFloat>, System.Numerics.IPowerFunctions<System.Runtime.InteropServices.NFloat>, System.Numerics.IRootFunctions<System.Runtime.InteropServices.NFloat>, System.Numerics.ISignedNumber<System.Runtime.InteropServices.NFloat>, System.Numerics.ISubtractionOperators<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat>, System.Numerics.ITrigonometricFunctions<System.Runtime.InteropServices.NFloat>, System.Numerics.IUnaryNegationOperators<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat>, System.Numerics.IUnaryPlusOperators<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat>
type NFloat = struct
type NFloat = struct
    interface IFormattable
    interface IParsable<NFloat>
    interface ISpanFormattable
    interface ISpanParsable<NFloat>
    interface IAdditionOperators<NFloat, NFloat, NFloat>
    interface IAdditiveIdentity<NFloat, NFloat>
    interface IBinaryFloatingPointIeee754<NFloat>
    interface IBinaryNumber<NFloat>
    interface IBitwiseOperators<NFloat, NFloat, NFloat>
    interface IComparisonOperators<NFloat, NFloat, bool>
    interface IEqualityOperators<NFloat, NFloat, bool>
    interface IDecrementOperators<NFloat>
    interface IDivisionOperators<NFloat, NFloat, NFloat>
    interface IIncrementOperators<NFloat>
    interface IModulusOperators<NFloat, NFloat, NFloat>
    interface IMultiplicativeIdentity<NFloat, NFloat>
    interface IMultiplyOperators<NFloat, NFloat, NFloat>
    interface INumber<NFloat>
    interface INumberBase<NFloat>
    interface ISubtractionOperators<NFloat, NFloat, NFloat>
    interface IUnaryNegationOperators<NFloat, NFloat>
    interface IUnaryPlusOperators<NFloat, NFloat>
    interface IExponentialFunctions<NFloat>
    interface IFloatingPointConstants<NFloat>
    interface IFloatingPoint<NFloat>
    interface ISignedNumber<NFloat>
    interface IFloatingPointIeee754<NFloat>
    interface IHyperbolicFunctions<NFloat>
    interface ILogarithmicFunctions<NFloat>
    interface IPowerFunctions<NFloat>
    interface IRootFunctions<NFloat>
    interface ITrigonometricFunctions<NFloat>
    interface IMinMaxValue<NFloat>
type NFloat = struct
    interface IFormattable
    interface IParsable<NFloat>
    interface ISpanFormattable
    interface ISpanParsable<NFloat>
    interface IAdditionOperators<NFloat, NFloat, NFloat>
    interface IAdditiveIdentity<NFloat, NFloat>
    interface IBinaryFloatingPointIeee754<NFloat>
    interface IBinaryNumber<NFloat>
    interface IBitwiseOperators<NFloat, NFloat, NFloat>
    interface IComparisonOperators<NFloat, NFloat, bool>
    interface IEqualityOperators<NFloat, NFloat, bool>
    interface IDecrementOperators<NFloat>
    interface IDivisionOperators<NFloat, NFloat, NFloat>
    interface IIncrementOperators<NFloat>
    interface IModulusOperators<NFloat, NFloat, NFloat>
    interface IMultiplicativeIdentity<NFloat, NFloat>
    interface IMultiplyOperators<NFloat, NFloat, NFloat>
    interface INumber<NFloat>
    interface INumberBase<NFloat>
    interface ISubtractionOperators<NFloat, NFloat, NFloat>
    interface IUnaryNegationOperators<NFloat, NFloat>
    interface IUnaryPlusOperators<NFloat, NFloat>
    interface IUtf8SpanFormattable
    interface IUtf8SpanParsable<NFloat>
    interface IExponentialFunctions<NFloat>
    interface IFloatingPointConstants<NFloat>
    interface IFloatingPoint<NFloat>
    interface ISignedNumber<NFloat>
    interface IFloatingPointIeee754<NFloat>
    interface IHyperbolicFunctions<NFloat>
    interface ILogarithmicFunctions<NFloat>
    interface IPowerFunctions<NFloat>
    interface IRootFunctions<NFloat>
    interface ITrigonometricFunctions<NFloat>
    interface IMinMaxValue<NFloat>
type NFloat = struct
    interface IFormattable
    interface IParsable<NFloat>
    interface ISpanFormattable
    interface ISpanParsable<NFloat>
    interface IAdditionOperators<NFloat, NFloat, NFloat>
    interface IAdditiveIdentity<NFloat, NFloat>
    interface IBinaryFloatingPointIeee754<NFloat>
    interface IUtf8SpanFormattable
    interface IUtf8SpanParsable<NFloat>
    interface IBinaryNumber<NFloat>
    interface IBitwiseOperators<NFloat, NFloat, NFloat>
    interface IComparisonOperators<NFloat, NFloat, bool>
    interface IEqualityOperators<NFloat, NFloat, bool>
    interface IDecrementOperators<NFloat>
    interface IDivisionOperators<NFloat, NFloat, NFloat>
    interface IIncrementOperators<NFloat>
    interface IModulusOperators<NFloat, NFloat, NFloat>
    interface IMultiplicativeIdentity<NFloat, NFloat>
    interface IMultiplyOperators<NFloat, NFloat, NFloat>
    interface INumber<NFloat>
    interface INumberBase<NFloat>
    interface ISubtractionOperators<NFloat, NFloat, NFloat>
    interface IUnaryNegationOperators<NFloat, NFloat>
    interface IUnaryPlusOperators<NFloat, NFloat>
    interface IExponentialFunctions<NFloat>
    interface IFloatingPointConstants<NFloat>
    interface IFloatingPoint<NFloat>
    interface ISignedNumber<NFloat>
    interface IFloatingPointIeee754<NFloat>
    interface IHyperbolicFunctions<NFloat>
    interface ILogarithmicFunctions<NFloat>
    interface IPowerFunctions<NFloat>
    interface IRootFunctions<NFloat>
    interface ITrigonometricFunctions<NFloat>
    interface IMinMaxValue<NFloat>
Public Structure NFloat
Implements IEquatable(Of NFloat)
Public Structure NFloat
Implements IAdditionOperators(Of NFloat, NFloat, NFloat), IAdditiveIdentity(Of NFloat, NFloat), IBinaryFloatingPointIeee754(Of NFloat), IBinaryNumber(Of NFloat), IBitwiseOperators(Of NFloat, NFloat, NFloat), IComparable(Of NFloat), IComparisonOperators(Of NFloat, NFloat, Boolean), IDecrementOperators(Of NFloat), IDivisionOperators(Of NFloat, NFloat, NFloat), IEqualityOperators(Of NFloat, NFloat, Boolean), IEquatable(Of NFloat), IExponentialFunctions(Of NFloat), IFloatingPoint(Of NFloat), IFloatingPointConstants(Of NFloat), IFloatingPointIeee754(Of NFloat), IHyperbolicFunctions(Of NFloat), IIncrementOperators(Of NFloat), ILogarithmicFunctions(Of NFloat), IMinMaxValue(Of NFloat), IModulusOperators(Of NFloat, NFloat, NFloat), IMultiplicativeIdentity(Of NFloat, NFloat), IMultiplyOperators(Of NFloat, NFloat, NFloat), INumber(Of NFloat), INumberBase(Of NFloat), IParsable(Of NFloat), IPowerFunctions(Of NFloat), IRootFunctions(Of NFloat), ISignedNumber(Of NFloat), ISpanParsable(Of NFloat), ISubtractionOperators(Of NFloat, NFloat, NFloat), ITrigonometricFunctions(Of NFloat), IUnaryNegationOperators(Of NFloat, NFloat), IUnaryPlusOperators(Of NFloat, NFloat)
Public Structure NFloat
Implements IAdditionOperators(Of NFloat, NFloat, NFloat), IAdditiveIdentity(Of NFloat, NFloat), IBinaryFloatingPointIeee754(Of NFloat), IBinaryNumber(Of NFloat), IBitwiseOperators(Of NFloat, NFloat, NFloat), IComparable(Of NFloat), IComparisonOperators(Of NFloat, NFloat, Boolean), IDecrementOperators(Of NFloat), IDivisionOperators(Of NFloat, NFloat, NFloat), IEqualityOperators(Of NFloat, NFloat, Boolean), IEquatable(Of NFloat), IExponentialFunctions(Of NFloat), IFloatingPoint(Of NFloat), IFloatingPointConstants(Of NFloat), IFloatingPointIeee754(Of NFloat), IHyperbolicFunctions(Of NFloat), IIncrementOperators(Of NFloat), ILogarithmicFunctions(Of NFloat), IMinMaxValue(Of NFloat), IModulusOperators(Of NFloat, NFloat, NFloat), IMultiplicativeIdentity(Of NFloat, NFloat), IMultiplyOperators(Of NFloat, NFloat, NFloat), INumber(Of NFloat), INumberBase(Of NFloat), IParsable(Of NFloat), IPowerFunctions(Of NFloat), IRootFunctions(Of NFloat), ISignedNumber(Of NFloat), ISpanParsable(Of NFloat), ISubtractionOperators(Of NFloat, NFloat, NFloat), ITrigonometricFunctions(Of NFloat), IUnaryNegationOperators(Of NFloat, NFloat), IUnaryPlusOperators(Of NFloat, NFloat), IUtf8SpanParsable(Of NFloat)
Herencia
NFloat
Implementaciones
IEquatable<NFloat> IComparable IComparable<NFloat> IComparable<TSelf> IEquatable<TSelf> IFormattable IParsable<NFloat> IParsable<TSelf> ISpanFormattable ISpanParsable<NFloat> ISpanParsable<TSelf> IAdditionOperators<NFloat,NFloat,NFloat> IAdditionOperators<TSelf,TSelf,TSelf> IAdditiveIdentity<NFloat,NFloat> IAdditiveIdentity<TSelf,TSelf> IBinaryFloatingPointIeee754<NFloat> IBinaryNumber<NFloat> IBinaryNumber<TSelf> IBitwiseOperators<NFloat,NFloat,NFloat> IBitwiseOperators<TSelf,TSelf,TSelf> IComparisonOperators<NFloat,NFloat,Boolean> IComparisonOperators<TSelf,TSelf,Boolean> IDecrementOperators<NFloat> IDecrementOperators<TSelf> IDivisionOperators<NFloat,NFloat,NFloat> IDivisionOperators<TSelf,TSelf,TSelf> IEqualityOperators<NFloat,NFloat,Boolean> IEqualityOperators<TSelf,TOther,TResult> IEqualityOperators<TSelf,TSelf,Boolean> IExponentialFunctions<NFloat> IExponentialFunctions<TSelf> IFloatingPoint<NFloat> IFloatingPoint<TSelf> IFloatingPointConstants<NFloat> IFloatingPointConstants<TSelf> IFloatingPointIeee754<NFloat> IFloatingPointIeee754<TSelf> IHyperbolicFunctions<NFloat> IHyperbolicFunctions<TSelf> IIncrementOperators<NFloat> IIncrementOperators<TSelf> ILogarithmicFunctions<NFloat> ILogarithmicFunctions<TSelf> IMinMaxValue<NFloat> IModulusOperators<NFloat,NFloat,NFloat> IModulusOperators<TSelf,TSelf,TSelf> IMultiplicativeIdentity<NFloat,NFloat> IMultiplicativeIdentity<TSelf,TSelf> IMultiplyOperators<NFloat,NFloat,NFloat> IMultiplyOperators<TSelf,TSelf,TSelf> INumber<NFloat> INumber<TSelf> INumberBase<NFloat> INumberBase<TSelf> IPowerFunctions<NFloat> IPowerFunctions<TSelf> IRootFunctions<NFloat> IRootFunctions<TSelf> ISignedNumber<NFloat> ISignedNumber<TSelf> ISubtractionOperators<NFloat,NFloat,NFloat> ISubtractionOperators<TSelf,TSelf,TSelf> ITrigonometricFunctions<NFloat> ITrigonometricFunctions<TSelf> IUnaryNegationOperators<NFloat,NFloat> IUnaryNegationOperators<TSelf,TSelf> IUnaryPlusOperators<NFloat,NFloat> IUnaryPlusOperators<TSelf,TSelf> IUtf8SpanFormattable IUtf8SpanParsable<NFloat> IUtf8SpanParsable<TSelf>

Comentarios

Está diseñado para usarse como un tipo de intercambio en el límite administrado o no administrado para representar con precisión en las API no administradas de código administrado que usan un alias de tipo para la float de C o C++en plataformas de 32 bits o double en plataformas de 64 bits, como el tipo de CGFloat en bibliotecas proporcionadas por Apple.

Constructores

NFloat(Double)

Construye una instancia a partir de un valor de punto flotante de 64 bits.

NFloat(Single)

Construye una instancia a partir de un valor de punto flotante de 32 bits.

Propiedades

E

Obtiene la constante matemática e.

Epsilon

Representa el valor NFloat positivo más pequeño que es mayor que cero.

MaxValue

Representa el valor finito más grande de un NFloat.

MinValue

Representa el valor finito más pequeño de un NFloat.

NaN

Representa un valor que no es un número (NaN).

NegativeInfinity

Representa infinito negativo.

NegativeZero

Obtiene un valor que representa un zeronegativo.

Pi

Obtiene la constante matemática pi.

PositiveInfinity

Representa infinito positivo.

Size

Obtiene el tamaño, en bytes, de una NFloat.

Tau

Obtiene la constante matemática tau.

Value

Valor de punto flotante subyacente de esta instancia.

Métodos

Abs(NFloat)

Calcula el valor absoluto de un valor.

Acos(NFloat)

Calcula el arco-coseno de un valor.

Acosh(NFloat)

Calcula el coseno de arco hiperbólico de un valor.

AcosPi(NFloat)

Calcula el arco-coseno de un valor y divide el resultado por pi.

Asin(NFloat)

Calcula el arco seno de un valor.

Asinh(NFloat)

Calcula el arco-seno hiperbólico de un valor.

AsinPi(NFloat)

Calcula el arco-seno de un valor y divide el resultado por pi.

Atan(NFloat)

Calcula la tangente de arco de un valor.

Atan2(NFloat, NFloat)

Calcula la tangente de arco del cociente de dos valores.

Atan2Pi(NFloat, NFloat)

Calcula la tangente de arco para el cociente de dos valores y divide el resultado por pi.

Atanh(NFloat)

Calcula la tangente de arco hiperbólico de un valor.

AtanPi(NFloat)

Calcula la tangente de arco de un valor y divide el resultado por pi.

BitDecrement(NFloat)

Disminuye un valor al valor más pequeño que compara menos que un valor determinado.

BitIncrement(NFloat)

Incrementa un valor al valor más pequeño que compara mayor que un valor determinado.

Cbrt(NFloat)

Calcula la raíz del cubo de un valor.

Ceiling(NFloat)

Calcula el límite máximo de un valor.

Clamp(NFloat, NFloat, NFloat)

Fija un valor en un valor mínimo inclusivo y máximo.

CompareTo(NFloat)

Compara esta instancia con un número de punto flotante especificado y devuelve un entero que indica si el valor de esta instancia es menor, igual o mayor que el valor del número de punto flotante especificado.

CompareTo(Object)

Compara esta instancia con un objeto especificado y devuelve un entero que indica si el valor de esta instancia es menor, igual o mayor que el valor del objeto especificado.

ConvertToInteger<TInteger>(NFloat)

Convierte un valor en un tipo entero especificado mediante saturación en desbordamiento.

ConvertToIntegerNative<TInteger>(NFloat)

Convierte un valor en un tipo entero especificado mediante el comportamiento específico de la plataforma en el desbordamiento.

CopySign(NFloat, NFloat)

Copia el signo de un valor en el signo de otro valor.

Cos(NFloat)

Calcula el coseno de un valor.

Cosh(NFloat)

Calcula el coseno hiperbólico de un valor.

CosPi(NFloat)

Calcula el coseno de un valor que ha sido multipledido por pi.

CreateChecked<TOther>(TOther)

Crea una instancia del tipo actual a partir de un valor, iniciando una excepción de desbordamiento para los valores que se encuentran fuera del intervalo que se puede representar del tipo actual.

CreateSaturating<TOther>(TOther)

Crea una instancia del tipo actual a partir de un valor, saturando los valores que se encuentran fuera del intervalo que se puede representar del tipo actual.

CreateTruncating<TOther>(TOther)

Crea una instancia del tipo actual a partir de un valor, truncando los valores que se encuentran fuera del intervalo que se puede representar del tipo actual.

DegreesToRadians(NFloat)

Convierte un valor determinado de grados a radianes.

Equals(NFloat)

Devuelve un valor que indica si esta instancia es igual a un valor de CLong especificado.

Equals(Object)

Devuelve un valor que indica si esta instancia es igual a un objeto especificado.

Exp(NFloat)

Calcula E elevado a una potencia determinada.

Exp10(NFloat)

Calcula 10 elevado a una potencia determinada.

Exp10M1(NFloat)

Calcula 10 elevado a una potencia determinada y resta uno.

Exp2(NFloat)

Calcula 2 elevado a una potencia determinada.

Exp2M1(NFloat)

Calcula 2 elevado a una potencia determinada y resta uno.

ExpM1(NFloat)

Calcula E elevado a una potencia determinada y resta uno.

Floor(NFloat)

Calcula el piso de un valor.

FusedMultiplyAdd(NFloat, NFloat, NFloat)

Calcula la multiplicación fusionada de tres valores.

GetHashCode()

Devuelve el código hash de esta instancia.

Hypot(NFloat, NFloat)

Calcula la hipotenusa dadas dos valores que representan las longitudes de los lados más cortos en un triángulo con ángulo derecho.

Ieee754Remainder(NFloat, NFloat)

Calcula el resto de dos valores especificados por IEEE 754.

ILogB(NFloat)

Calcula el logaritmo entero de un valor.

IsEvenInteger(NFloat)

Determina si un valor representa un número entero par.

IsFinite(NFloat)

Determina si el valor especificado es finito (cero, subnormal o normal).

IsInfinity(NFloat)

Determina si el valor especificado es infinito (infinito positivo o negativo).

IsInteger(NFloat)

Determina si un valor representa un número entero.

IsNaN(NFloat)

Determina si el valor especificado es NaN (no un número).

IsNegative(NFloat)

Determina si el valor especificado es negativo.

IsNegativeInfinity(NFloat)

Determina si el valor especificado es infinito negativo.

IsNormal(NFloat)

Determina si el valor especificado es normal.

IsOddInteger(NFloat)

Determina si un valor representa un número entero impar.

IsPositive(NFloat)

Determina si un valor es positivo.

IsPositiveInfinity(NFloat)

Determina si el valor especificado es infinito positivo.

IsPow2(NFloat)

Determina si un valor es una potencia de dos.

IsRealNumber(NFloat)

Determina si un valor representa un número real.

IsSubnormal(NFloat)

Determina si el valor especificado es subnormal.

Lerp(NFloat, NFloat, NFloat)

Realiza una interpolación lineal entre dos valores en función del peso especificado.

Log(NFloat)

Calcula el logaritmo natural (base-E de un valor.

Log(NFloat, NFloat)

Calcula el logaritmo de un valor en la base especificada.

Log10(NFloat)

Calcula el logaritmo base-10 de un valor.

Log10P1(NFloat)

Calcula el logaritmo base-10 de un valor más uno.

Log2(NFloat)

Calcula el registro2 de un valor.

Log2P1(NFloat)

Calcula el logaritmo base-2 de un valor más uno.

LogP1(NFloat)

Calcula el logaritmo natural (base-E) de un valor más uno.

Max(NFloat, NFloat)

Compara dos valores con el proceso, que es mayor.

MaxMagnitude(NFloat, NFloat)

Compara dos valores con el proceso, que es mayor.

MaxMagnitudeNumber(NFloat, NFloat)

Compara dos valores con el proceso que tiene la magnitud mayor y devuelve el otro valor si una entrada es NaN.

MaxNumber(NFloat, NFloat)

Compara dos valores con el proceso, que es mayor y devuelve el otro valor si una entrada es NaN.

Min(NFloat, NFloat)

Compara dos valores con el proceso, que es menor.

MinMagnitude(NFloat, NFloat)

Compara dos valores con el proceso, que es menor.

MinMagnitudeNumber(NFloat, NFloat)

Compara dos valores con el proceso que tiene la magnitud menor y devuelve el otro valor si una entrada es NaN.

MinNumber(NFloat, NFloat)

Compara dos valores con el proceso, que es menor y devuelve el otro valor si una entrada es NaN.

MultiplyAddEstimate(NFloat, NFloat, NFloat)

Calcula una estimación de (left * right) + addend.

Parse(ReadOnlySpan<Byte>, IFormatProvider)

Analiza un intervalo de caracteres UTF-8 en un valor.

Parse(ReadOnlySpan<Byte>, NumberStyles, IFormatProvider)

Analiza un intervalo de caracteres UTF-8 en un valor.

Parse(ReadOnlySpan<Char>, IFormatProvider)

Analiza un intervalo de caracteres en un valor.

Parse(ReadOnlySpan<Char>, NumberStyles, IFormatProvider)

Convierte un intervalo de caracteres que contiene la representación de cadena de un número en un estilo especificado y un formato específico de la referencia cultural en su número de punto flotante equivalente.

Parse(String)

Convierte la representación de cadena de un número en su número de punto flotante equivalente.

Parse(String, IFormatProvider)

Convierte la representación de cadena de un número en un formato específico de la referencia cultural especificado en su número de punto flotante equivalente.

Parse(String, NumberStyles)

Convierte la representación de cadena de un número en un estilo especificado en su número de punto flotante equivalente.

Parse(String, NumberStyles, IFormatProvider)

Convierte la representación de cadena de un número en un estilo y formato específico de la referencia cultural especificados en su número de punto flotante equivalente.

Pow(NFloat, NFloat)

Calcula un valor elevado a una potencia determinada.

RadiansToDegrees(NFloat)

Convierte un valor determinado de radianes en grados.

ReciprocalEstimate(NFloat)

Calcula una estimación de la recíproca de un valor.

ReciprocalSqrtEstimate(NFloat)

Calcula una estimación de la raíz cuadrada recíproca de un valor.

RootN(NFloat, Int32)

Calcula la n-ª raíz de un valor.

Round(NFloat)

Redondea un valor al entero más cercano mediante el modo de redondeo predeterminado (ToEven).

Round(NFloat, Int32)

Redondea un valor a un número especificado de dígitos fraccionarios mediante el modo de redondeo predeterminado (ToEven).

Round(NFloat, Int32, MidpointRounding)

Redondea un valor a un número especificado de dígitos fraccionarios mediante el modo de redondeo predeterminado (ToEven).

Round(NFloat, MidpointRounding)

Redondea un valor al entero más cercano mediante el modo de redondeo especificado.

ScaleB(NFloat, Int32)

Calcula el producto de un valor y su base-radix elevado a la potencia especificada.

Sign(NFloat)

Calcula el signo de un valor.

Sin(NFloat)

Calcula el seno de un valor.

SinCos(NFloat)

Calcula el seno y el coseno de un valor.

SinCosPi(NFloat)

Calcula el seno y el coseno de un valor.

Sinh(NFloat)

Calcula el seno hiperbólico de un valor.

SinPi(NFloat)

Calcula el seno de un valor que se ha multiplicado por pi.

Sqrt(NFloat)

Calcula la raíz cuadrada de un valor.

Tan(NFloat)

Calcula la tangente de un valor.

Tanh(NFloat)

Calcula la tangente hiperbólica de un valor.

TanPi(NFloat)

Calcula la tangente de un valor que ha sido multipledido por pi.

ToString()

Convierte el valor numérico de esta instancia en su representación de cadena equivalente.

ToString(IFormatProvider)

Convierte el valor numérico de esta instancia en su representación de cadena equivalente mediante la información de formato específica de la referencia cultural especificada.

ToString(String)

Convierte el valor numérico de esta instancia en su representación de cadena equivalente mediante el formato especificado.

ToString(String, IFormatProvider)

Convierte el valor numérico de esta instancia en su representación de cadena equivalente mediante el formato especificado y la información de formato específica de la referencia cultural.

Truncate(NFloat)

Trunca un valor.

TryFormat(Span<Byte>, Int32, ReadOnlySpan<Char>, IFormatProvider)

Intenta dar formato al valor de la instancia actual como UTF-8 en el intervalo de bytes proporcionado.

TryFormat(Span<Char>, Int32, ReadOnlySpan<Char>, IFormatProvider)

Intenta dar formato al valor de la instancia actual en el intervalo de caracteres proporcionado.

TryParse(ReadOnlySpan<Byte>, IFormatProvider, NFloat)

Intenta analizar un intervalo de caracteres UTF-8 en un valor.

TryParse(ReadOnlySpan<Byte>, NFloat)

Intenta convertir un intervalo de caracteres UTF-8 que contiene la representación de cadena de un número en su número de punto flotante equivalente.

TryParse(ReadOnlySpan<Byte>, NumberStyles, IFormatProvider, NFloat)

Intenta analizar un intervalo de caracteres UTF-8 en un valor.

TryParse(ReadOnlySpan<Char>, IFormatProvider, NFloat)

Intenta analizar un intervalo de caracteres en un valor.

TryParse(ReadOnlySpan<Char>, NFloat)

Intenta convertir un intervalo de caracteres que contiene la representación de cadena de un número en su número de punto flotante equivalente.

TryParse(ReadOnlySpan<Char>, NumberStyles, IFormatProvider, NFloat)

Intenta convertir un intervalo de caracteres que contiene la representación de cadena de un número en un estilo especificado y un formato específico de la referencia cultural a su número de punto flotante equivalente.

TryParse(String, IFormatProvider, NFloat)

Intenta analizar una cadena en un valor.

TryParse(String, NFloat)

Intenta convertir la representación de cadena de un número en su número de punto flotante equivalente.

TryParse(String, NumberStyles, IFormatProvider, NFloat)

Intenta convertir la representación de cadena de un número en un estilo especificado y un formato específico de la referencia cultural a su número de punto flotante equivalente.

Operadores

Addition(NFloat, NFloat)

Agrega dos valores juntos para calcular su suma.

CheckedExplicit(NFloat)

NFloat es un tipo de valor inmutable que representa un tipo flotante que tiene el mismo tamaño que el tamaño entero nativo. Está diseñado para usarse como un tipo de intercambio en el límite administrado o no administrado para representar con precisión en las API no administradas de código administrado que usan un alias de tipo para la float de C o C++en plataformas de 32 bits o double en plataformas de 64 bits, como el tipo CGFloat en bibliotecas proporcionadas por Apple.

Decrement(NFloat)

Disminuye un valor.

Division(NFloat, NFloat)

Divide dos valores juntos para calcular su cociente.

Equality(NFloat, NFloat)

Compara dos valores para determinar la igualdad.

Explicit(Decimal to NFloat)

Convierte explícitamente un valor de Decimal en su valor de punto flotante de tamaño nativo más cercano.

Explicit(Double to NFloat)

Convierte explícitamente un valor de Double en su valor de punto flotante de tamaño nativo más cercano.

Explicit(Int128 to NFloat)

Convierte explícitamente un Int128 en su valor de punto flotante de tamaño nativo más cercano.

Explicit(NFloat to Byte)

Convierte explícitamente un valor de punto flotante de tamaño nativo en su valor de Byte más cercano.

Explicit(NFloat to Char)

Convierte explícitamente un valor de punto flotante de tamaño nativo en su valor de Char más cercano.

Explicit(NFloat to Decimal)

Convierte explícitamente un valor de punto flotante de tamaño nativo en su valor de Decimal más cercano.

Explicit(NFloat to Half)

Convierte explícitamente un valor de punto flotante de tamaño nativo en su valor de Half más cercano.

Explicit(NFloat to Int128)

Convierte explícitamente un valor de punto flotante de tamaño nativo en su valor de Int128 más cercano.

Explicit(NFloat to Int16)

Convierte explícitamente un valor de punto flotante de tamaño nativo en su valor de Int16 más cercano.

Explicit(NFloat to Int32)

Convierte explícitamente un valor de punto flotante de tamaño nativo en su valor de Int32 más cercano.

Explicit(NFloat to Int64)

Convierte explícitamente un valor de punto flotante de tamaño nativo en su valor de Int64 más cercano.

Explicit(NFloat to IntPtr)

Convierte explícitamente un valor de punto flotante de tamaño nativo en su valor de IntPtr más cercano.

Explicit(NFloat to SByte)

Convierte explícitamente un valor de punto flotante de tamaño nativo en su valor de SByte más cercano.

Explicit(NFloat to Single)

Convierte explícitamente un valor de punto flotante de tamaño nativo en su valor de Single más cercano.

Explicit(NFloat to UInt128)

Convierte explícitamente un valor de punto flotante de tamaño nativo en su valor de UInt128 más cercano.

Explicit(NFloat to UInt16)

Convierte explícitamente un valor de punto flotante de tamaño nativo en su valor de UInt16 más cercano.

Explicit(NFloat to UInt32)

Convierte explícitamente un valor de punto flotante de tamaño nativo en su valor de UInt32 más cercano.

Explicit(NFloat to UInt64)

Convierte explícitamente un valor de punto flotante de tamaño nativo en su valor de UInt64 más cercano.

Explicit(NFloat to UIntPtr)

Convierte explícitamente un valor de punto flotante de tamaño nativo en su valor de UIntPtr más cercano.

Explicit(UInt128 to NFloat)

Convierte explícitamente UInt128 en su valor de punto flotante de tamaño flotante más cercano.

GreaterThan(NFloat, NFloat)

Compara dos valores para determinar cuál es mayor.

GreaterThanOrEqual(NFloat, NFloat)

Compara dos valores para determinar cuál es mayor o igual.

Implicit(Byte to NFloat)

Convierte implícitamente un valor de Byte en su valor de punto flotante de tamaño nativo más cercano.

Implicit(Char to NFloat)

Convierte implícitamente un valor de Char en su valor de punto flotante de tamaño nativo más cercano.

Implicit(Half to NFloat)

Convierte implícitamente un valor de Half en su valor de punto flotante de tamaño nativo más cercano.

Implicit(Int16 to NFloat)

Convierte implícitamente un valor de Int16 en su valor de punto flotante de tamaño nativo más cercano.

Implicit(Int32 to NFloat)

Convierte implícitamente un valor de Int32 en su valor de punto flotante de tamaño nativo más cercano.

Implicit(Int64 to NFloat)

Convierte implícitamente un valor de Int64 en su valor de punto flotante de tamaño nativo más cercano.

Implicit(IntPtr to NFloat)

Convierte implícitamente un valor de IntPtr en su valor de punto flotante de tamaño nativo más cercano.

Implicit(NFloat to Double)

Convierte implícitamente un valor de punto flotante de tamaño nativo en su valor de punto flotante más cercano que se puede representar Double.

Implicit(SByte to NFloat)

Convierte implícitamente un valor de SByte en su valor de punto flotante de tamaño nativo más cercano.

Implicit(Single to NFloat)

Convierte implícitamente un valor de Single en su valor de punto flotante de tamaño nativo más cercano.

Implicit(UInt16 to NFloat)

Convierte implícitamente un valor de UInt16 en su valor de punto flotante de tamaño nativo más cercano.

Implicit(UInt32 to NFloat)

Convierte implícitamente un valor de UInt32 en su valor de punto flotante de tamaño nativo más cercano.

Implicit(UInt64 to NFloat)

Convierte implícitamente un valor de UInt64 en su valor de punto flotante de tamaño nativo más cercano.

Implicit(UIntPtr to NFloat)

Convierte implícitamente un valor de UIntPtr en su valor de punto flotante de tamaño nativo más cercano.

Increment(NFloat)

Incrementa un valor.

Inequality(NFloat, NFloat)

Compara dos valores para determinar la desigualdad.

LessThan(NFloat, NFloat)

Compara dos valores para determinar cuál es menor.

LessThanOrEqual(NFloat, NFloat)

Compara dos valores para determinar cuál es menor o igual.

Modulus(NFloat, NFloat)

Divide dos valores juntos para calcular su resto.

Multiply(NFloat, NFloat)

Multiplica dos valores juntos para calcular su producto.

Subtraction(NFloat, NFloat)

Resta dos valores para calcular su diferencia.

UnaryNegation(NFloat)

Calcula la negación unaria de un valor.

UnaryPlus(NFloat)

Calcula la unaria más de un valor.

Implementaciones de interfaz explícitas

IAdditionOperators<NFloat,NFloat,NFloat>.CheckedAddition(NFloat, NFloat)

Agrega dos valores juntos para calcular su suma.

IAdditiveIdentity<NFloat,NFloat>.AdditiveIdentity

Obtiene la identidad de suma del tipo actual.

IBinaryNumber<NFloat>.AllBitsSet

Obtiene una instancia del tipo binario en el que se establecen todos los bits.

IBitwiseOperators<NFloat,NFloat,NFloat>.BitwiseAnd(NFloat, NFloat)

Calcula los valores bit a bit y de dos valores.

IBitwiseOperators<NFloat,NFloat,NFloat>.BitwiseOr(NFloat, NFloat)

Calcula el bit a bit o de dos valores.

IBitwiseOperators<NFloat,NFloat,NFloat>.ExclusiveOr(NFloat, NFloat)

Calcula el valor exclusivo o de dos valores.

IBitwiseOperators<NFloat,NFloat,NFloat>.OnesComplement(NFloat)

Calcula la representación ones-complement de un valor determinado.

IDecrementOperators<NFloat>.CheckedDecrement(NFloat)

Disminuye un valor.

IDivisionOperators<NFloat,NFloat,NFloat>.CheckedDivision(NFloat, NFloat)

Divide dos valores para calcular su cociente.

IFloatingPoint<NFloat>.GetExponentByteCount()

Obtiene el número de bytes que se escribirán como parte de TryWriteExponentLittleEndian(Span<Byte>, Int32).

IFloatingPoint<NFloat>.GetExponentShortestBitLength()

Obtiene la longitud, en bits, de la representación complementaria de dos más corta del exponente actual.

IFloatingPoint<NFloat>.GetSignificandBitLength()

Obtiene la longitud, en bits, del significado actual.

IFloatingPoint<NFloat>.GetSignificandByteCount()

Obtiene el número de bytes que se escribirán como parte de TryWriteSignificandLittleEndian(Span<Byte>, Int32).

IFloatingPoint<NFloat>.TryWriteExponentBigEndian(Span<Byte>, Int32)

Intenta escribir el exponente actual, en formato big-endian, en un intervalo determinado.

IFloatingPoint<NFloat>.TryWriteExponentLittleEndian(Span<Byte>, Int32)

Intenta escribir el exponente actual, en formato little-endian, en un intervalo determinado.

IFloatingPoint<NFloat>.TryWriteSignificandBigEndian(Span<Byte>, Int32)

Intenta escribir el significado actual, en formato big-endian, en un intervalo determinado.

IFloatingPoint<NFloat>.TryWriteSignificandLittleEndian(Span<Byte>, Int32)

Intenta escribir el significado actual, en formato little-endian, en un intervalo determinado.

IIncrementOperators<NFloat>.CheckedIncrement(NFloat)

Incrementa un valor.

IMultiplicativeIdentity<NFloat,NFloat>.MultiplicativeIdentity

Obtiene la identidad multiplicativa del tipo actual.

IMultiplyOperators<NFloat,NFloat,NFloat>.CheckedMultiply(NFloat, NFloat)

Multiplica dos valores para calcular su producto.

INumberBase<NFloat>.IsCanonical(NFloat)

Determina si un valor está en su representación canónica.

INumberBase<NFloat>.IsComplexNumber(NFloat)

Determina si un valor representa un número complejo.

INumberBase<NFloat>.IsImaginaryNumber(NFloat)

Determina si un valor representa un número imaginario puro.

INumberBase<NFloat>.IsZero(NFloat)

Determina si un valor es cero.

INumberBase<NFloat>.One

Obtiene el valor 1 para el tipo.

INumberBase<NFloat>.Radix

Obtiene el radix, o base, para el tipo .

INumberBase<NFloat>.TryConvertFromChecked<TOther>(TOther, NFloat)

NFloat es un tipo de valor inmutable que representa un tipo flotante que tiene el mismo tamaño que el tamaño entero nativo. Está diseñado para usarse como un tipo de intercambio en el límite administrado o no administrado para representar con precisión en las API no administradas de código administrado que usan un alias de tipo para la float de C o C++en plataformas de 32 bits o double en plataformas de 64 bits, como el tipo CGFloat en bibliotecas proporcionadas por Apple.

INumberBase<NFloat>.TryConvertFromSaturating<TOther>(TOther, NFloat)

NFloat es un tipo de valor inmutable que representa un tipo flotante que tiene el mismo tamaño que el tamaño entero nativo. Está diseñado para usarse como un tipo de intercambio en el límite administrado o no administrado para representar con precisión en las API no administradas de código administrado que usan un alias de tipo para la float de C o C++en plataformas de 32 bits o double en plataformas de 64 bits, como el tipo CGFloat en bibliotecas proporcionadas por Apple.

INumberBase<NFloat>.TryConvertFromTruncating<TOther>(TOther, NFloat)

NFloat es un tipo de valor inmutable que representa un tipo flotante que tiene el mismo tamaño que el tamaño entero nativo. Está diseñado para usarse como un tipo de intercambio en el límite administrado o no administrado para representar con precisión en las API no administradas de código administrado que usan un alias de tipo para la float de C o C++en plataformas de 32 bits o double en plataformas de 64 bits, como el tipo CGFloat en bibliotecas proporcionadas por Apple.

INumberBase<NFloat>.TryConvertToChecked<TOther>(NFloat, TOther)

Intenta convertir una instancia del tipo actual en otro tipo, iniciando una excepción de desbordamiento para los valores que se encuentran fuera del intervalo que se puede representar del tipo actual.

INumberBase<NFloat>.TryConvertToSaturating<TOther>(NFloat, TOther)

Intenta convertir una instancia del tipo actual en otro tipo, saturando los valores que se encuentran fuera del intervalo que se puede representar del tipo actual.

INumberBase<NFloat>.TryConvertToTruncating<TOther>(NFloat, TOther)

Intenta convertir una instancia del tipo actual en otro tipo, truncando los valores que se encuentran fuera del intervalo que se puede representar del tipo actual.

INumberBase<NFloat>.Zero

Obtiene el valor 0 para el tipo.

ISignedNumber<NFloat>.NegativeOne

Obtiene el valor -1 para el tipo.

ISubtractionOperators<NFloat,NFloat,NFloat>.CheckedSubtraction(NFloat, NFloat)

Resta dos valores para calcular su diferencia.

IUnaryNegationOperators<NFloat,NFloat>.CheckedUnaryNegation(NFloat)

Calcula la negación unaria activada de un valor.

Se aplica a