Skip to content

Methods_T_CodeJam_PerfTests_Running_Limits_CompetitionLimit

andrewvk edited this page Nov 8, 2016 · 1 revision

CompetitionLimit Methods

The CompetitionLimit type exposes the following members.

Methods

 

Name Description
Public method CheckLimitsFor Checks if actual values fits into limits represented by this instance.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected methodStatic member IsMaxLimitOk Helper method for checking the value against max limit.
Protected methodStatic member IsMinLimitOk Helper method for checking the value against min limit.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected methodStatic member 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.
Protected methodStatic member 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.
Public method ToString Returns a String that represents this instance. (Overrides Object.ToString().)
  Back to Top

See Also

Reference

CompetitionLimit Class
CodeJam.PerfTests.Running.Limits Namespace

Clone this wiki locally