Dew MtxVec NET
TMtxVec.IntToFloat Methods
Summary
Converts object values from integer to float.

Class
TMtxVec

Declaration
Function IntToFloat(Src: TMtxVec; SrcIndex, Index, Len: integer): TMtxVec;

Description
Converts Src object elements [SrcIndex]..[SrcIndex+Len-1] from integer to float and store the results in calling object elements [Index]..[Index+Len-1]. An exception is raised if ConditionCheck is true and array borders are overrun or underrun.
Declaration
Function IntToFloat(Src: TMtxVec): TMtxVec;

Description
Converts all Src object values from integer to float. The Src must store the array of integers, which is accessible via the IValues property. The result is stored as floating point values to the calling object. The size of the calling object is set automatically.
 See Also 
FloatToInt 
Round 
Trunc 

Copyright 2008 Dew Research
http://www.dewresearch.com