You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Operators > Matrix Constructor > Matrix.Matrix Constructor (bool)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.Matrix Constructor (bool)

Constructor of the record.

Syntax
C#
Visual Basic
public Matrix(bool FromObjectCache);

Returns a Matrix with internal TMtx object created from object cache (CreateIt), if FromObjectCache is True. Pass false to the constructor, if the variable is a global variable. Object cache has limited size and to be used only for local variables.

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