Gets or sets the velocity magnitude. Uses Rate Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property InertialVelocity() As Double |
[C#] |
---|
public double InertialVelocity {get; set;} |
[Managed C++] |
---|
public: __property double get_InertialVelocity(); |
[Unmanaged C++] |
---|
public: HRESULT get_InertialVelocity( double * pVal ); public: HRESULT put_InertialVelocity( double newVal ); |
[Java] |
---|
public double getInertialVelocity(); public void setInertialVelocity( double ); |