Share via


CAnimationValue::operator INT32

Provides conversion between CAnimationValue and INT32.

operator INT32();

Return Value

Current value of Animation Value as integer.

Remarks

Provides conversion between CAnimationValue and INT32. 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