ST_BA_ScaleIntToReal

The structure contains the interpolation points [nX01/fY01] and [nX02/fY02] for a linear interpolation with 2 interpolation points.

Syntax

TYPE ST_BA_ScaleIntToReal :
STRUCT
  nX01         : INT;
  nX02         : INT;
  fY01         : REAL;
  fY02         : REAL;
END_STRUCT
END_TYPE

Name

Type

Description

nX01

INT

x-coordinate of the first value.

nX02

INT

x-coordinate of the second value.

fY01

REAL

y-coordinate of the first value.

fY02

REAL

y-coordinate of the second value.