dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNumber Structure / Acos Method
An OracleNumber structure.

In This Topic
    Acos Method
    In This Topic
    Calculates an angle in radian whose cosine is the specified OracleNumber structure.
    Syntax
    'Declaration
     
    Public Shared Function Acos( _
       ByVal value As OracleNumber _
    ) As OracleNumber
    public static OracleNumber Acos( 
       OracleNumber value
    )

    Parameters

    value
    An OracleNumber structure.

    Return Value

    An OracleNumber structure that represents an angle in radian.
    Remarks
    This method is not available in Direct mode.
    See Also