You are here: Symbol Reference > MtxVecUtils Namespace > Functions > MtxVecUtils.Bit24ToFloat Function
MtxVec VCL
ContentsIndex
PreviousUpNext
MtxVecUtils.Bit24ToFloat Function

Convert 24 bit signed integer to single precision value.

Pascal
procedure Bit24ToFloat(n: integer; Src: PPBArray; var Dst: array of single; DstIndex: integer = 0); overload;

Convert 24 bit signed integer to single precision value. The n parameter defines the number of elements to convert. Src points to a byte array and Dst is an array of single precision elements. DstIndex defines where in the Dst array will the elements be placed.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!