Click or drag to resize

PrismPrismDiopterApproximation Method

Approximates the power of a prism in diopters. Inputs are the apical angle in degrees and index of refraction.

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

Parameters

apicalAngle
Type: SystemDouble
In degrees
index
Type: SystemDouble
Index of refraction

Return Value

Type: Double
Approximate prism power
See Also