MathCoprocessorInstalled Property
Applies To
System object.
Description
True if a math coprocessor is installed on the system. Read-only Boolean.
See Also
MathCoprocessorAvailable property.
Example
This example displays a message if a math coprocessor is installed on the system.
If System.MathCoprocessorInstalled = True Then
MsgBox "A math coprocessor is installed."
End If