Click or drag to resize

PhysicsFormulasSpeedOfLightInMaterial Method

Calculates the speed of light in a material of a given index. Input is the refractive index.

Namespace:  OpticianMathLibrary
Assembly:  OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static double SpeedOfLightInMaterial(
	double index
)

Parameters

index
Type: SystemDouble
Index of refraction

Return Value

Type: Double
Speed of light in a material
See Also