OracleNumber.Asin Method
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Calculates the inverse hyperbolic sine of an OracleNumber.
[Visual Basic] Public Shared Function Asin( _ ByVal n As OracleNumber _ ) As OracleNumber [C#] public static OracleNumber Asin( OracleNumber n ); [C++] public: static OracleNumber Asin( OracleNumber n ); [JScript] public static function Asin( n : OracleNumber ) : OracleNumber;
Parameters
- n
- An OracleNumber structure.
Return Value
An angle, measured in radians.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
OracleNumber Structure | OracleNumber Members | System.Data.OracleClient Namespace