Click or drag to resize

PhysicsFormulasIndexOfRefraction Method

Calculates Index of refraction of a material. Input is speed of light in material in m/s.

Namespace:  OpticianMathLibrary
Assembly:  OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static double IndexOfRefraction(
	double cInMaterial
)

Parameters

cInMaterial
Type: SystemDouble
Speed of light in material. In meters per second

Return Value

Type: Double
Index of refraction
See Also