CAnimationValue::operator DOUBLE

Provides conversion between CAnimationValue and DOUBLE.

operator DOUBLE();

Return Value

Current value of Animation Value.

Remarks

Provides conversion between CAnimationValue and DOUBLE. This method internally calls GetValue and doesn't check for errors. If GetValue fails, the returned value will contain a default value previously set in constructor or with SetDefaultValue.

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CAnimationValue Class