Bridge

Decimal..::..Pow Method (Double)

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public decimal Pow(
	double n
)
Public Function Pow ( _
	n As Double _
) As Decimal
public:
Decimal^ Pow(
	double^ n
)

Parameters

n
Type: System..::..Double