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

Pin down internal data structures for GC.

Syntax
C#
Visual Basic
public override 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!