You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > MtxVec Class > MtxVec Methods > TestNil Method > MtxVec.TestNil Method (IntPtr, IntPtr, IntPtr, IntPtr)
Dew Math for .NET
ContentsIndexHome
Example
var a,b: TVec; begin a := TVec.Create; b := TVec.Create; try // ... finally a.Free; end; TestNil(a,b);
Copyright (c) 1999-2024 by Dew Research. All rights reserved.