Gets or sets the number of revolutions. Dimensionless.
Read-write property
[Visual Basic .NET] |
---|
Public Property Revolutions() As Integer |
[C#] |
---|
public int Revolutions {get; set;} |
[Managed C++] |
---|
public: __property int get_Revolutions(); |
[Unmanaged C++] |
---|
public: HRESULT get_Revolutions( long * pVal ); public: HRESULT put_Revolutions( long newVal ); |
[Java] |
---|
public int getRevolutions(); public void setRevolutions( int ); |