dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNumber Structure / Sin Method
An OracleNumber structure that represents an angle in radian.

In This Topic
Sin Method
In This Topic
Calculates the sine of the specified angle in radian.
Syntax
'Declaration
 
Public Shared Function Sin( _
   ByVal value As OracleNumber _
) As OracleNumber
 

Parameters

value
An OracleNumber structure that represents an angle in radian.

Return Value

An OracleNumber instance.
Remarks
This method is not available in Direct mode.
See Also