Outline.IsScaleValid
Description:
Checks if given scale is valid. Should be greater than zero.
Checks if given scale is valid. Should be greater than zero.
public bool IsScaleValid(
double scale
)
-
DoublescaleThe scale.
Return Value
bool
True if the scale is valid, false otherwise.