UNPKG

sigplot-ts

Version:

TypeScript-based Integration Library for SigPlot 2.0

15 lines (14 loc) 248 B
/** * Author: Thomas Goodwin * Company: Geon Technologies, LLC */ /** * Origin Enumeration, see SigPlot for more information. * @preferred */ export declare enum Origin { default = 1, invertX = 2, invertXY = 3, invertY = 4 }