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