Click or drag to resize

PrismPrenticesLawMillimeters Method

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

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

Parameters

lensPower
Type: SystemDouble
In diopters
distance
Type: SystemDouble
In millimeters

Return Value

Type: Double
Prismatic effect
See Also