[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
converts address and address offset to an absolute address
Namespace: Db4objects.Db4o.IO
Assembly:
Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Protected Function RegularAddress ( _
blockAddress As Integer, _
blockAddressOffset As Integer _
) As Long |
| C# |
|---|
protected long RegularAddress (
int blockAddress,
int blockAddressOffset
) |
| Visual C++ |
|---|
protected:
long long RegularAddress (
int blockAddress,
int blockAddressOffset
) |
Parameters
- blockAddress
- System.Int32
- blockAddressOffset
- System.Int32