2023 Method
Changes 0
M

DuctLiningType.IsValidRoughness

Description:
Identifies if the input roughness is valid.
Remarks:
Roughness should be at least equal to or larger than 0.
public bool IsValidRoughness(
	double roughness
)
  • Double
    roughness
    The roughness to check.
Return Value bool True if the value is acceptable, false otherwise.