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 385
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.