| 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
)
Public Shared Function ResultantPrism (
verticalComponent As Double,
horizontalComponent As Double
) As Double
public:
static double ResultantPrism(
double verticalComponent,
double horizontalComponent
)
static member ResultantPrism :
verticalComponent : float *
horizontalComponent : float -> float
Parameters
- verticalComponent
- Type: SystemDouble
In diopters - horizontalComponent
- Type: SystemDouble
In diopters
Return Value
Type:
DoubleResultant prism
See Also