Curve.IsInside(Double)
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.
Overloads (2):
IsInside(Double)
public bool IsInside(
double parameter
)
-
DoubleparameterThe raw curve parameter to be evaluated.
Return Value
bool
True if the parameter is within the bounds, otherwise false.
-
Thrown when the specified parameter is infinite.
No comments yet. Start the discussion.
Loading…