Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: double pow(this double, double)

  • Declared in: RT.Modeling.Md

Declaration

public static double pow(
    this double x,
    double y
)

Summary

Exponentiation function.