| 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
)
Public Shared Function PrenticesLawMillimeters (
lensPower As Double,
distance As Double
) As Double
public:
static double PrenticesLawMillimeters(
double lensPower,
double distance
)
static member PrenticesLawMillimeters :
lensPower : float *
distance : float -> float
Parameters
- lensPower
- Type: SystemDouble
In diopters - distance
- Type: SystemDouble
In millimeters
Return Value
Type:
DoublePrismatic effect
See Also