Neon |
public class WavelengthConverter : IEquatable<NeonCalibrationWavelengthConverter>
The NeonCalibrationWavelengthConverter type exposes the following members.
| Name | Description | |
|---|---|---|
| NeonCalibrationWavelengthConverter | Initializes a new instance of the NeonCalibrationWavelengthConverter class |
| Name | Description | |
|---|---|---|
| MeasWL_Left | Left boundary of the measured wavelength interval. | |
| MeasWL_Right | Right boundary of the measured wavelength interval. | |
| NistWL_Left | Left boundary of the NIST wavelength interval. | |
| NistWL_Right | Right boundary of the NIST wavelength interval. |
| Name | Description | |
|---|---|---|
| ConvertWavelengthMeasToNist | Converts a measured wavelength to the corresponding NIST wavelength using linear interpolation between the converter boundaries. | |
| ConvertWavelengthNistToMeas | Converts a NIST wavelength to the corresponding measured wavelength using linear interpolation between the converter boundaries. | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |