chooseSmallerA MethodStatic
Return the detail with smaller a value -- detailA returned if equal.
chooseSmallerA(detailA: CurveLocationDetail, detailB: CurveLocationDetail): undefined | CurveLocationDetail
| Parameter | Type | Description |
|---|---|---|
| detailA | CurveLocationDetail | first candidate |
| detailB | CurveLocationDetail | second candidate |
Returns - undefined | CurveLocationDetail
Defined in
- curve/CurveLocationDetail.ts Line 391
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.