Click or drag to resize

MaterialBaseVerifySmoothness Method

Verifies that the smoothness is in the range [0, 1].

Namespace: Altaxo.Drawing.D3D.Material
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void VerifySmoothness(
	double value,
	string valueName
)

Parameters

value  Double
The smoothness value to validate.
valueName  String
The name of the value.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown when value is outside the range [0, 1].
See Also