You are here: Symbol Reference > MtxExpr Namespace > Classes > Matrix Record > public > Matrix.Implicit Operator
MtxVec VCL
ContentsIndex
PreviousUpNext
Matrix.Implicit Operator

Implicit type conversion from Matrix to PSingle.

Pascal
class operator Implicit(const AValue: Matrix);

Returns a pointer to the internal array of values. If the Precision does not match an exception will be raised. This conversion avoids all range checking, which would be broken, if Matrix.IsSubRange = True.

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