[
Overview
][
Types
][
Classes
]
Reference for unit 'MBMatrix' (
#mcl
)
TXYDataPoint
Declaration
Source position: mbmatrix.pas line 27
type
TXYDataPoint
=
record
x
:
double
;
y
:
double
;
end
;