Click or drag to resize

PhysicsFormulasWaveFormulaWavelength Method

Calculates the wavelength of light. Inputs are velocity and frequency.

Namespace:  OpticianMathLibrary
Assembly:  OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static double WaveFormulaWavelength(
	double velocity,
	double frequency
)

Parameters

velocity
Type: SystemDouble
velocity of light ray
frequency
Type: SystemDouble
frequency of light ray

Return Value

Type: Double
Wavelength of a light wave
See Also