Click or drag to resize

FixedRoundUp Method

Rounds up the provided double floating point time to the fixed precision floating point format. This ensures that the value returned is at least as big as the double precision floating point value provided. The input value is then set to the double floating point precision representation of the retured fixed precision floating point value.

Namespace:  Demo3D.EventQueue
Assembly:  Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 15.0.2.11458
Syntax
C#
public static Fixed RoundUp(
	ref double value
)

Parameters

value
Type: SystemDouble
The double floating point precision value to be rounded up.

Return Value

Type: Fixed
The rounded up value as a fixed precision floating point value.
See Also