ForceStandardPrecision(double) Method
Reduces the precision of the given number if it's extended precision.
Namespace
RandN.Implementation
Containing Type
FloatUtils

Syntax

[Pure]
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static double ForceStandardPrecision(this double num)

Attributes

TypeDescription
PureAttribute
MethodImplAttribute

Parameters

NameTypeDescription
numdouble

Return Value

TypeDescription
double