Description
Gets the constant coefficient value.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property ConstantCoefficient() As Double
|
[C#] |
---|
public double ConstantCoefficient {get; set;}
|
[Managed C++] |
---|
public: __property double get_ConstantCoefficient(); public: __property void set_ConstantCoefficient(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_ConstantCoefficient(
double * pVal
);
public: HRESULT put_ConstantCoefficient(
double val
);
|
[Java] |
---|
public double getConstantCoefficient();
public void setConstantCoefficient(
double
);
|
See Also