'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
'Declaration Public Shared Function Power( _ ByVal n As SqlDecimal, _ ByVal exp As Double _ ) As SqlDecimal
public static SqlDecimal Power( SqlDecimal n, double exp )