Guard
Implements the common guard methods.
public static void ArgumentNotGreaterThan(double argumentValue, double ceilingValue, string argumentName)
Checks an argument to ensure that its value doesn't exceed the specified ceiling baseline.
Checks an argument to ensure that its 32-bit signed value isn't negative.
Checks an argument to ensure that its 64-bit signed value isn't negative.
Checks an argument to ensure that it isn't null.
Checks a string argument to ensure that it isn't null or empty.