Click or drag to resize

PrismResultantPrism Method

Calculates resultant prism magnitude. Inputs are the horizontal and vertical prism components in diopters.

Namespace:  OpticianMathLibrary
Assembly:  OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static double ResultantPrism(
	double verticalComponent,
	double horizontalComponent
)

Parameters

verticalComponent
Type: SystemDouble
In diopters
horizontalComponent
Type: SystemDouble
In diopters

Return Value

Type: Double
Resultant prism
See Also