You are here: Symbol Reference > SignalTools Namespace > Structs, Records, Enums > SignalTools.TMarkRecordDouble Record
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalTools.TMarkRecordDouble Record

Defined to support double/single compatibility.

Pascal
TMarkRecordDouble = packed record
  Freq: double;
  Amplt: double;
  Phase: double;
  Time: double;
end;

The record type is defined to support component configuration compatibility between signal processing package compiled in double and single precision

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!