Click or drag to resize

MaterialBaseVerifyIndexOfRefraction Method

Verifies that the index of refraction is within the supported range.

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

Parameters

value  Double
The index of refraction value.
valueName  String
The name of the value.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown when value is outside the supported range.
See Also