|  | ThicknessPrismPowerFromThickness Method  | 
 
            Calculates the power of a prism based on it's thickness. Inputs are the thickness DIFFERENCE between the two edges, 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
Syntaxpublic static double PrismPowerFromThickness(
	double thicknessDifference,
	double lensDiameter,
	double index
)
Public Shared Function PrismPowerFromThickness ( 
	thicknessDifference As Double,
	lensDiameter As Double,
	index As Double
) As Double
public:
static double PrismPowerFromThickness(
	double thicknessDifference, 
	double lensDiameter, 
	double index
)
static member PrismPowerFromThickness : 
        thicknessDifference : float * 
        lensDiameter : float * 
        index : float -> float 
Parameters
- thicknessDifference
- Type: SystemDouble
 Thickness difference of prism
- lensDiameter
- Type: SystemDouble
 Diameter of the lens
- index
- Type: SystemDouble
 Index of refraction
Return Value
Type: 
DoublePrism power
 See Also
See Also