VPChromophoreSpectrum GetSpectralValue Method Virtual Photonics - VTS Library
Virtual Photonics
Linearly interpolates known spectra to attain spectral value

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

public double GetSpectralValue(
	double wavelength
)

Parameters

wavelength
Type: OnlineSystem Double
the wavelength at which to attain the spectral value

Return Value

Type: OnlineDouble
the spectral value as a double

Implements

ISpectrum GetSpectralValue(Double)
See Also