Click or drag to resize

SplineARGTo Method

Gets the upper bound of a segment.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+6baf2f2fa1d256420275372aea03344dd79bdd55
Syntax
C#
public abstract ARG To(
	int idx
)

Parameters

idx  Int32
Segment index.

Return Value

ARG
The final argument of the segment.
See Also