Skip to content

libsodium.SecureMemoryblock.Int64Value

Andrew Lambert edited this page Mar 15, 2017 · 6 revisions

Method Signatures

 Function Int64Value(Offset As UInt64) As Int64
 Sub Int64Value(Offset As UInt64, Assigns NewInt64 As Int64)

Parameters

####Int64Value(UInt64) As Int64

Name Type Comment
Offset UInt64 The offset, in bytes, to read a Int64 at.

####Int64Value(UInt64, Assigns Int64)

Name Type Comment
Offset UInt64 The offset, in bytes, to write a Int64 at.
NewInt64 Color The Int64 to write.

Remarks

Gets and sets the Int64 at the specified offset.

Clone this wiki locally