AtalaInt128 Constructor (Int64) |
Creates a new instance of AtalaInt128 from a long.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic AtalaInt128(
long value
)
Public Sub New (
value As Long
)
Parameters
- value
- Type: SystemInt64
The value to use for the AtalaInt128.
See Also