Constants used within the local simulation

C# | Visual Basic | Visual C++ |
public class Constants
Public Class Constants
public ref class Constants

All Members | Constructors | Methods | Fields | ||
Icon | Member | Description |
---|---|---|
![]() | Constants()()() | |
![]() ![]() | E |
Define the number e.
|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | NOT_IMPLEMENTED_EXCEPTION_MESSAGE |
The message in the NotImplemented exception thrown for methods that are not
yet implemented.
|
![]() ![]() | SQUARE_ROOT_OF_2 |
Define the square root of 2.
|
![]() | ToString()()() | Returns a String that represents the current Object. (Inherited from Object.) |

Object | |
![]() | Constants |