DeviceObjectInstance.Exponent Property (Microsoft.DirectX.DirectInput)

The exponent to associate with the dimension, if known. Dimensional units are always integral, so an exponent might be needed to convert them to nonintegral types.

Definition

Visual Basic Public Property Exponent As Short
C# public short Exponent { get; set; }
C++ public:
property short Exponent {
        short get();
        void set(short value);
}
JScript public function get Exponent() : short
public function set Exponent(short);

Property Value

System.Int16

This property is read/write.