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

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

    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