Microsoft DirectX 9.0

COARefTime::Operator *

This operator multiplies a reference time by a value.

Syntax

COARefTime operator*(
    LONG l
);

Parameters

l

Multiplier.

Return Value

Returns a new COARefTime object equal to the product of this object and l.

See Also