Platform SDK: DirectX

DirectInputDeviceObjectInstance.GetExponent

The DirectInputDeviceObjectInstance.GetExponent method retrieves the exponent to associate with the dimensional units of the device object.

object.GetExponent() As Integer

Parameters

object
Object expression that resolves to a DirectInputDeviceObjectInstance object.

Return Values

The method returns the exponent to associate with the dimension, if known. Dimensional units are always integral, so an exponent may be needed in order to convert them to non-integral types.

Error Codes

If the method fails, an error is raised and Err.Number will be set.

See Also

DirectInputDeviceObjectInstance.GetDimension