Skip to content

libsodium.SecureMemoryblock.CurrencyValue

Andrew Lambert edited this page Jun 4, 2023 · 7 revisions

Method Signatures

 Function CurrencyValue(Offset As UInt64) As Currency
 Sub CurrencyValue(Offset As UInt64, Assigns NewCurrency As Currency)

Parameters

CurrencyValue(UInt64) As Currency

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

CurrencyValue(UInt64, Assigns Currency)

Name Type Comment
Offset UInt64 The offset, in bytes, to write a Currency at.
NewCurrency Currency The Currency value to write.

Remarks

Gets and sets the Currency at the specified offset.

Clone this wiki locally