The XSpeed type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
![]() | Accelerate |
Calculates new speed after evenly accelerated motion with the Acceleration acceleration for the timeDelta seconds.
|
![]() | Decelerate |
Calculates new speed after evenly decelerated motion with the Acceleration deceleration for the timeDelta seconds.
|
![]() | Equals | Overloaded. |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | GetHashCode |
Gets the hash code for this instance.
(Overrides ValueType..::.GetHashCode()()().) |
![]() | GetTrackDelta | Overloaded. |
![]() | GetType | Gets the Type of the current instance. |
![]() | GetValue | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. |
![]() | ToString | Returns the fully qualified type name of this instance. |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Tests whether the instance a and the instance b are equal.
|
![]() ![]() | Inequality |
Tests whether the instance a and the instance b are not equal.
|
Properties
Name | Description | |
---|---|---|
![]() | Acceleration |
Gets or sets the acceleration in units per second.
|
![]() | Max |
Gets or sets the maximal speed.
|
![]() | Min |
Gets or sets the minimal speed.
|
![]() | Value |
Gets or sets the current speed.
|