Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))
Class
System.Math Syntax
Dim result As Double = Math.Atan(d)
Description
The Atan function returns the arctangent in radians of d, in the range p/2 to p/2. Usage at a Glance
Version Differences
In VB 6, Atan is an intrinsic VB function. In the .NET platform, it is a member of the System.Math class and not directly part of the VB language. See Also
Acos Function, Asin Function, Atan2 Function |
Категории