Click or drag to resize

PhysicsFormulasWaveFormulaFrequency Method

Calculates the frequency of a wave. Inputs are velocity and wavelength.

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

Parameters

velocity
Type: SystemDouble
velocity of light ray
wavelength
Type: SystemDouble
wavelength of light ray

Return Value

Type: Double
Frequency of a light wave
See Also