-
Notifications
You must be signed in to change notification settings - Fork 35
Methods_T_CodeJam_PerfTests_Running_Limits_CompetitionLimit
andrewvk edited this page Nov 8, 2016
·
1 revision
The CompetitionLimit type exposes the following members.
Name | Description | |
---|---|---|
CheckLimitsFor | Checks if actual values fits into limits represented by this instance. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsMaxLimitOk | Helper method for checking the value against max limit. | |
IsMinLimitOk | Helper method for checking the value against min limit. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ShouldBeUpdatedMax | Helper method for checking before extending the max limit. IMPORTANT: DO NOT replace with call to IsMaxLimitOk(Double, Double). Implementation may change in the future. | |
ShouldBeUpdatedMin | Helper method for checking before extending the min limit. IMPORTANT: DO NOT replace with call to IsMinLimitOk(Double, Double). Implementation may change in the future. | |
ToString | Returns a String that represents this instance. (Overrides Object.ToString().) |
CompetitionLimit Class
CodeJam.PerfTests.Running.Limits Namespace