CFx SDK Documentation  2022 SP0
Functions
OdRound.h File Reference
#include <math.h>
#include <limits.h>

Go to the source code of this file.

Functions

double OdRound (double a)
 
long OdRoundToLong (double a)
 
long OdTruncateToLong (double a)
 

Function Documentation

◆ OdRound()

double OdRound ( double  a)
inline

Definition at line 33 of file OdRound.h.

◆ OdRoundToLong()

long OdRoundToLong ( double  a)
inline

Definition at line 42 of file OdRound.h.

◆ OdTruncateToLong()

long OdTruncateToLong ( double  a)
inline

Definition at line 60 of file OdRound.h.