Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

10.61 toInt()

PrototypesHeader File(s)
RWMathVec<int>
toInt(const RWMathVec<double>&)
<rw/math/mathvec.h>
RWMathVec<int>
toInt(const RWMathVec<float>&)
<rw/math/mathvec.h>
RWGenMat<int>
toInt(const RWGenMat<double>&)
<rw/math/genmat.h>
RWGenMat<int>
toInt(const RWGenMat<float>&)
<rw/math/genmat.h>
RWMathArray<int>
toInt(const RWMathArray<double>&)
<rw/math/mtharray.h>
RWMathArray<int>
toInt(const RWMathArray<float>&)
<rw/math/mtharray.h>

10.61.1 Description

Converts a vector, matrix, or array of floats or doubles into a corresponding vector, matrix, or array of ints. Note that truncation occurs. See also RWConvertMathVec, RWConvertGenMat, and RWConvertMathArray in the Math.h++ Class Reference.


Previous fileTop of DocumentContentsIndexNext file

©Copyright 1999, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.