Click or drag to resize

GuardIsGreaterThan Method

[This is preliminary documentation and is subject to change.]

Checks if value is greater than minimum

Namespace:  CSInfrastructure.CodeContracts
Assembly:  CSInfrastructure (in CSInfrastructure.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public static double IsGreaterThan(
	double value,
	double minimum,
	string paramName
)

Parameters

value
Type: SystemDouble
The value being checked
minimum
Type: SystemDouble
The minimum size allowed
paramName
Type: SystemString
The name of the parameter being checked

Return Value

Type: Double
The value being checked
Exceptions
ExceptionCondition
ArgumentExceptionThrown when value is less then or equal to minimum
See Also