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