Curve.IsInside(Double)
Method
Description:
Indicates whether the specified parameter value is within this curve's bounds.
Indicates whether the specified parameter value is within this curve's bounds.
Remarks:
Always returns true if this curve is unbound.
Always returns true if this curve is unbound.
Parameters
Parameter | Type | Description |
---|---|---|
parameter | Double | The raw curve parameter to be evaluated. |
Return Value
Type | Description |
---|---|
Boolean | True if the parameter is within the bounds, otherwise false. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the specified parameter is infinite. |