Skip to content

libsodium.SecureMemoryblock.SingleValue

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

Method Signatures

 Function SingleValue(Offset As UInt64) As Single
 Sub SingleValue(Offset As UInt64, Assigns NewSingle As Single)

Parameters

SingleValue(UInt64) As Single

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

SingleValue(UInt64, Assigns Single)

Name Type Comment
Offset UInt64 The offset, in bytes, to write a Single at.
NewSingle Single The Single to write.

Remarks

Gets and sets the Single at the specified offset.

Clone this wiki locally