| 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
)
Public Shared Function WaveFormulaFrequency (
velocity As Double,
wavelength As Double
) As Double
public:
static double WaveFormulaFrequency(
double velocity,
double wavelength
)
static member WaveFormulaFrequency :
velocity : float *
wavelength : float -> float
Parameters
- velocity
- Type: SystemDouble
velocity of light ray - wavelength
- Type: SystemDouble
wavelength of light ray
Return Value
Type:
DoubleFrequency of a light wave
See Also