Click or drag to resize

ThicknessPrismPowerFromThickness Method

Calculates the power of a prism based on it's thickness. Inputs are the thickness DIFFERENCE between the two edges, lens Diameter in millimeters and index of refraction.

Namespace:  OpticianMathLibrary
Assembly:  OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static double PrismPowerFromThickness(
	double thicknessDifference,
	double lensDiameter,
	double index
)

Parameters

thicknessDifference
Type: SystemDouble
Thickness difference of prism
lensDiameter
Type: SystemDouble
Diameter of the lens
index
Type: SystemDouble
Index of refraction

Return Value

Type: Double
Prism power
See Also