public Real<T> Pow( int b )
Public Function Pow ( b As Integer ) As Real(Of T)
public: virtual Real<T> Pow( int b ) sealed
abstract Pow : b : int -> Real<'T> override Pow : b : int -> Real<'T>
In This Article