Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeInterval::isPeriodicallyOn Method
Syntax
C++
bool isPeriodicallyOn(double period, double& value);

Checks whether the specified value is periodically on this interval. 

 

Parameters
Description
period
[in] Period.
value
[in/out] Value.

true if and only if there is a positive integer N such that 

 

value + N * period

 

is on this interval. If so, returns that value.

Copyright © 2002-2022. Open Design Alliance All rights reserved.