The value of the quantity in the internal units (not often used).
Read-write property
[Visual Basic .NET] |
---|
Public Property InternalValue() As Double |
[C#] |
---|
public double InternalValue {get; set;} |
[Managed C++] |
---|
public: __property double get_InternalValue(); |
[Unmanaged C++] |
---|
public: HRESULT get_InternalValue( double * pVal ); public: HRESULT put_InternalValue( double newVal ); |
[Java] |
---|
public double getInternalValue(); public void setInternalValue( double ); |