Unit 'flcDecimal' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_fundamentals]

SDecimal128

Declaration

Source position: flcDecimal.pas line 139

type SDecimal128 = packed record

  Sign: Int8;

  

  Value: Decimal128;

  

end;



CT Web help

CodeTyphon Studio