Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))
Class
System.Math Syntax
Dim result As Double = Sin (a)
Description
The Sin function returns the sine of an angle, the ratio of two sides of a right triangle, in the range -1 to 1. Usage at a Glance
Version Differences
In VB 6, Sin 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
Cos Function, Tan Function |
Категории