Virtual PhotonicsThe ChromophoreSpectrum type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
ChromophoreSpectrum |
Default constructor to create the chromophore spectrum
| |
ChromophoreSpectrum(String, ChromophoreCoefficientType, AbsorptionCoefficientUnit, MolarUnit, WavelengthUnit) |
Constructor to create the chromophore spectrum starting with empty lists
| |
ChromophoreSpectrum(List Double , List Double , String, ChromophoreCoefficientType, AbsorptionCoefficientUnit, MolarUnit, WavelengthUnit) |
Constructor to create the chromophore spectrum
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetSpectralValue |
Linearly interpolates known spectra to attain spectral value
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
AbsorptionCoefficientUnit |
The absorption coefficient units
| |
ChromophoreCoefficientType |
The chromophore coefficient type
| |
MolarUnit |
The molar units
| |
Name |
Name of the chromophore absorber
| |
Spectrum |
A list of doubles representing the spectral values
| |
Wavelengths |
A list of doubles representing the wavelengths
| |
WavelengthUnit |
The wavelength units
|
See Also