PascalABC.NET

Отображение на типы .NET

Стандартные типы PascalABC.NET реализуются типами библиотеки классов .NET. Далее приводится таблица соответствий стандартных типов PascalABC.NET и типов .NET.

 

Тип PascalABC.NET Тип .NET
int64 System.Int64
uint64 System.UInt64
integer, longint System.Int32
longword, cardinal System.UInt32
BigInteger System.BigInteger
smallint System.Int16
word System.UInt16
shortint System.SByte
byte System.Byte
boolean System.Boolean
real System.Double
double System.Double
char System.Char
string System.String
object System.Object
array of T T[]
record struct