Condition.NegativeCoefficient Property (Microsoft.DirectX.DirectInput)

Coefficient constant on the negative side of the offset, in the range from -10,000 through 10,000. If the device does not support separate positive and negative coefficients, the value of LNegative

Definition

Visual Basic Public Property NegativeCoefficient As Integer
C# public int NegativeCoefficient { get; set; }
C++ public:
property int NegativeCoefficient {
        int get();
        void set(int value);
}
JScript public function get NegativeCoefficient() : int
public function set NegativeCoefficient(int);

Property Value

System.Int32

This property is read/write.