GoWebScan API
Home
Topics
Types
Files
Public Attributes
GoWebScanLinearFunction Struct Reference
GoWebScanSdk
Description
Represents coefficients of a linear fit. The fit can be applied as follows: y(x) = c1*x + c0.
Inheritance diagram for GoWebScanLinearFunction:
Public Attributes
k64f
c0
First coefficient of fit.
k64f
c1
Second coefficient of fit.
The documentation for this struct was generated from the following file:
GoWebScanSdkDef.h
GoWebScanLinearFunction