.NET Matrix Library
HasINFs Method
See Also  Send Feedback



Returns a value indicating whether the current matrix contains any elements that  evaluate to negative or positive infinity.

Syntax

Visual Basic (Declaration) 
Public Function HasINFs() As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CMatrix
Dim value As Boolean
 
value = instance.HasINFs()
C# 
public bool HasINFs()
C++/CLI 
public:
bool HasINFs(); 

Return Value

true if any of the matrix elements evaluates to negative or positive infinity; otherwise false.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

.NET Matrix Library