| PowerDioptricPower Method |
Calculates the dioptric power of a lens. Input is focal length in meters.
Namespace:
OpticianMathLibrary
Assembly:
OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static double DioptricPower(
double distance
)
Public Shared Function DioptricPower (
distance As Double
) As Double
public:
static double DioptricPower(
double distance
)
static member DioptricPower :
distance : float -> float
Parameters
- distance
- Type: SystemDouble
In meters
Return Value
Type:
DoubleDioptric power
See Also