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