Click or drag to resize

PhysicsFormulasWaveFormulaVelocity Method

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

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

Parameters

frequency
Type: SystemDouble
Frequency of light ray
wavelength
Type: SystemDouble
Wavelength of light ray

Return Value

Type: Double
Velocity of a light wave
See Also