VB.NET Language in a Nutshell

   
Sin Function

Class

System.Math

Syntax

Sin( a )

a (required; Numeric)

An angle expressed in radians

Return Value

A Double containing the sine of an angle

Description

Returns the ratio of two sides of a right triangle in the range -1 to 1

Rules at a Glance

Programming Tips and Gotchas

See Also

Cos Function, Tan Function

   

Категории