You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxVecBase Class > TMtxVecBase Methods > TMtxVecBase.Pin Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxVecBase.Pin Method

Pin down internal data structures for GC.

Syntax
C#
Visual Basic
public virtual void Pin();

Call this function to pin down internal arrays before calling PValues functions, which return pointers to elements. Failure to unpin the object before its release will lead to memory leaks.

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