Function Karana::Math::isReady(const Ktime&)

Function Karana::Math::isReady(const Ktime&)#

Function Documentation#

bool Karana::Math::isReady(const Ktime &kt)#

Check if a Ktime value is initialized.

Parameters:

kt – The Ktime value to check for initialization.

Returns:

true if the input Ktime is not ready, false otherwise.