nn::os::Tick::operator- Member Function

Syntax

#include <nn/os.h>

Tick operator-(
     Tick rhs
) const;

Parameters

Name Description
in rhs The tick value for getting a difference.

Return Values

Returns the Tick that holds the tick value that is the same as the difference of the local host value and the rhs value.

Description

Finds the difference between tick values.

Revision History

2012/05/23
Initial version.

CONFIDENTIAL