'<mathfunction1>' is not declared
'<mathfunction1>' is not declared. Function has moved to the System.Math class and is now called '<mathfunction2>'.
Several functions that were intrinsic to Visual Basic in previous versions have been moved to the System.Math namespace. This makes their functionality more generally available to all programming languages.
Error ID: BC30819
To correct this error
- Use the methods declared in System.Math.
See Also
Concepts
Programming Element Support Changes Summary