Click or drag to resize

PrismPrismDiopter Method

Calculates prism diopters. Inputs are displacement of light ray in centimeters and distance from prism in meters.

Namespace:  OpticianMathLibrary
Assembly:  OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static double PrismDiopter(
	double displacement,
	double distance
)

Parameters

displacement
Type: SystemDouble
In centimeters
distance
Type: SystemDouble
In Meters

Return Value

Type: Double
Dioptric prism power
See Also