<Code Lib>
2025.3 Method
Changes 0
M

EnergyDataSettings.CheckRangeOfSliverSpaceTolerance

Description:
Checks that the sliver space tolerance is greater than or equal to zero.

public static bool CheckRangeOfSliverSpaceTolerance(
	double silverSpaceTolerance
)

  • Double
    silverSpaceTolerance
    The sliver space tolerance to be checked.
Return Value Boolean Returns true if the sliver space tolerance is greater than or equal to zero, false otherwise.

Loading…