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
PreviousUpNext
MtxVec.TestNil Method (IntPtr, IntPtr, IntPtr, IntPtr)

Raises exception if PAPointer is nil.

Syntax
C#
Visual Basic
public static void TestNil(IntPtr a, IntPtr b, IntPtr c, IntPtr d);

Raises exception any of the PAPointer variables is nil.

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.
What do you think about this topic? Send feedback!