Whether or not to take the absolute value of the calculation.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseAbsoluteValue() As Boolean |
[C#] |
---|
public bool UseAbsoluteValue {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseAbsoluteValue(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseAbsoluteValue( VARIANT_BOOL * pVal ); public: HRESULT put_UseAbsoluteValue( VARIANT_BOOL InVal ); |
[Java] |
---|
public bool getUseAbsoluteValue(); public void setUseAbsoluteValue( bool ); |