EnergyDataSettings.CheckRangeOfSliverSpaceTolerance
Description:
Checks that the sliver space tolerance is greater than or equal to zero.
Checks that the sliver space tolerance is greater than or equal to zero.
public static bool CheckRangeOfSliverSpaceTolerance(
double silverSpaceTolerance
)
-
DoublesilverSpaceToleranceThe sliver space tolerance to be checked.
Return Value
bool
Returns true if the sliver space tolerance is greater than or equal to zero, false otherwise.