This unit is used for converting to and from the BigEndian format. See http://community.borland.com/article/0,1410,28964,00.html.
Submitted in thread "Pasdoc tests" on pasdoc-main on 2005-04-11 by Richard B Winston. pasdoc passes it, but the test checks many important things (line glueing single-line comments by pasdoc, record with case etc.) so it's worth adding it to test cases.
Name | Description |
---|---|
Packed Record TDoubleEndianCnvRec |
TDoubleEndianCnvRec is used in ConvertDouble to convert a double to or from the BigEndian format. |
function ConvertDouble(const Value: double): double; |
procedure SwapDoubleBytes(Dest, Source: PDoubleEndianCnvRec); |
BytePos = (...); |
PDoubleEndianCnvRec = ˆTDoubleEndianCnvRec; |
function ConvertDouble(const Value: double): double; |
Parameters
ReturnsValue after being converted to or from the BigEndian format. |
procedure SwapDoubleBytes(Dest, Source: PDoubleEndianCnvRec); |
|
BytePos = (...); |
enumeration used in variant record Values
|
PDoubleEndianCnvRec = ˆTDoubleEndianCnvRec; |
|