| ThicknessPrismThickness Method |
Calculates the thickness of a exclusively prismatic lens. Inputs are the prism power in diopters, lens diameter in millimeters and index of refraction.
Namespace:
OpticianMathLibrary
Assembly:
OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static double PrismThickness(
double prismPower,
double lensDiameter,
double index
)
Public Shared Function PrismThickness (
prismPower As Double,
lensDiameter As Double,
index As Double
) As Double
public:
static double PrismThickness(
double prismPower,
double lensDiameter,
double index
)
static member PrismThickness :
prismPower : float *
lensDiameter : float *
index : float -> float
Parameters
- prismPower
- Type: SystemDouble
In diopters - lensDiameter
- Type: SystemDouble
In millimeters - index
- Type: SystemDouble
Index of refraction
Return Value
Type:
DoublePrism thickness
See Also