CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Functions
OdRound.h File Reference
#include <math.h>
#include <limits.h>
#include "OdResult.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 34 of file OdRound.h.

◆ OdRoundToLong()

long OdRoundToLong ( double  a)
inline

Definition at line 43 of file OdRound.h.

◆ OdTruncateToLong()

long OdTruncateToLong ( double  a)
inline

Definition at line 61 of file OdRound.h.