Languages
[Edit]
EN

C# / .NET - Math.Pow() method example

0 points
Created by:
Theodora-Battle
528

Math.Pow() is a static method that returns base raised to the power of exponent (value^exponent operation).


1. Documentation

Edit
Syntax
Parameters

The method takes a double arguments.

  • base - base of power
  • exponent - exponent used with a base
Result

number value (primitive value) calculated as base raised to the power of exponent or NaN if the operation can not be executed.

DescriptionPow is a static method that returns base raised to the power of exponent (value^exponent operation).
1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.

C# / .NET - Math object

Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join