Curve.ComputeRawParameter
Method
Description:
Computes the raw parameter from the normalized parameter.
Computes the raw parameter from the normalized parameter.
Parameters
Parameter | Type | Description |
---|---|---|
normalizedParameter | Double | The normalized parameter. |
Return Value
Type | Description |
---|---|
Double | The real number equal to the raw curve parameter. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when normalizedParameter is infinite. |
InvalidOperationException | Thrown when the curve is unbound. |