dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlDecimal Structure / Power Method

In This Topic
    Power Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function Power( _
       ByVal n As SqlDecimal, _
       ByVal exp As Double _
    ) As SqlDecimal
    public static SqlDecimal Power( 
       SqlDecimal n,
       double exp
    )

    Parameters

    n
    exp
    See Also