| PowerFrontVertexPower Method |
Calculates the front vertex power. Inputs are front surface power, back surface power, lens thickness in meters and refractive index
Namespace:
OpticianMathLibrary
Assembly:
OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static double FrontVertexPower(
double frontSurfacePower,
double backSurfacePower,
double thicknessMM,
double index
)
Public Shared Function FrontVertexPower (
frontSurfacePower As Double,
backSurfacePower As Double,
thicknessMM As Double,
index As Double
) As Double
public:
static double FrontVertexPower(
double frontSurfacePower,
double backSurfacePower,
double thicknessMM,
double index
)
static member FrontVertexPower :
frontSurfacePower : float *
backSurfacePower : float *
thicknessMM : float *
index : float -> float
Parameters
- frontSurfacePower
- Type: SystemDouble
In diopters - backSurfacePower
- Type: SystemDouble
In diopters - thicknessMM
- Type: SystemDouble
In meters - index
- Type: SystemDouble
Index of refraction
Return Value
Type:
DoubleFront vertex power
See Also