ForceStandardPrecision(float) 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 float ForceStandardPrecision(this float num)

Attributes

TypeDescription
PureAttribute
MethodImplAttribute

Parameters

NameTypeDescription
numfloat

Return Value

TypeDescription
float