Click or drag to resize

PrismPrenticesLawCentimeters Method

Calculates prismatic effect in diopters. Inputs are the lens power in diopters and distance from optical center in centimeters.

Namespace:  OpticianMathLibrary
Assembly:  OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static double PrenticesLawCentimeters(
	double lensPower,
	double distance
)

Parameters

lensPower
Type: SystemDouble
In diopters
distance
Type: SystemDouble
In centimeters

Return Value

Type: Double
Prismatic effect
See Also