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