interface IFloatingPointIeee754<TSelf>
in global :: System . Numerics
😔 No documentation found.
public static TSelf Epsilon { get; }
😔 No documentation found.
public static TSelf NaN { get; }
😔 No documentation found.
public static TSelf NegativeInfinity { get; }
😔 No documentation found.
public static TSelf NegativeZero { get; }
😔 No documentation found.
public static TSelf PositiveInfinity { get; }
😔 No documentation found.
public static TSelf Atan2( TSelf y, TSelf x )
😔 No documentation found.
public static TSelf Atan2Pi( TSelf y, TSelf x )
😔 No documentation found.
public static TSelf BitDecrement( TSelf x )
😔 No documentation found.
public static TSelf BitIncrement( TSelf x )
😔 No documentation found.
public static TSelf FusedMultiplyAdd( TSelf left, TSelf right, TSelf addend )
😔 No documentation found.
public static TSelf Ieee754Remainder( TSelf left, TSelf right )
😔 No documentation found.
public static int ILogB( TSelf x )
😔 No documentation found.
public static TSelf Lerp( TSelf value1, TSelf value2, TSelf amount )
😔 No documentation found.
public static TSelf ReciprocalEstimate( TSelf x )
😔 No documentation found.
public static TSelf ReciprocalSqrtEstimate( TSelf x )
😔 No documentation found.
public static TSelf ScaleB( TSelf x, int n )
😔 No documentation found.