VPNurbsForwardSolver CheckIfValidOutput Method Virtual Photonics - VTS Library
Virtual Photonics
Returns zero if the input value is smaller then zero of if it is NaN. Negative value are not possible for the measured reflectance. The values calculated with the NURBS could be negative when the time point is very close to the 'physical' beginning of the curve R(t) due to obscilatoions of the interpolations used to capture the ascent of the curve.

Namespace: Vts.Modeling.ForwardSolvers
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public double CheckIfValidOutput(
	double value
)

Return Value

Type: OnlineDouble
zero or the input value
See Also