Click or drag to resize

MaterialBaseVerifyMetalness Method

Verifies the metalness to be 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 VerifyMetalness(
	double value,
	string valueName
)

Parameters

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