|
PeekBankFloat | ||
FloatValue# = PeekBankFloat(BankNumber, AddressOffset) | ||
Parameters: BankNumber = The Index Identifier of the bank that you wish to peek AddressOffset = The Address where you want to read this data from within the bank |
||
Returns: FloatValue# = The Value that was peeked from memory |
||
PeekBankFloat allows you to peek (read) a 32bit floating point from a memory bank. FACTS: * 32bit floats are single precision. * 32bit floats are 4 bytes wide. Mini Tutorial: This simple example creates a bank, pokes some Float values into it then displays them again.
This example would output.
|
Related Info: | CreateBank | PeekBankByte | PeekBankInt | PeekBankString | PeekBankWord | PokeBankByte | PokeBankFloat | PokeBankInt | PokeBankString | PokeBankWord : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |