Curve.ComputeRawParameter
Description:
Computes the raw parameter from the normalized parameter.
Computes the raw parameter from the normalized parameter.
public double ComputeRawParameter(
double normalizedParameter
)
-
DoublenormalizedParameterThe normalized parameter.
Return Value
Double
The real number equal to the raw curve parameter.
-
Thrown when normalizedParameter is infinite.
-
Thrown when the curve is unbound.