Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Calc Namespaces
Altaxo.Calc
RMath Class
RMath Methods
Acosh Method
AreIntervalsOverlappingCC Method
AreIntervalsOverlappingCO Method
Asinh Method
Atanh Method
ClampToInterval Method
Hypot Method
InFractionOfUnorderedIntervalCC Method
InterpolateLinear Method
IsFinite Method
IsInIntervalCC Method
IsInIntervalCO Method
IsInIntervalOC Method
IsInIntervalOO Method
IsNaN Method
Log1p Method
OneMinusExp Method
Pow Method
Pow2 Method
Pow3 Method
Pow4 Method
Pow5 Method
Pow6 Method
Pow7 Method
Pow8 Method
Pow9 Method
ScaleDecadic Method
RMath
Pow
2 Method
Calculates x^2 (square of x).
Namespace:
Altaxo.Calc
Assembly:
AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
Copy
public
static
double
Pow2
(
this
double
x
)
Parameters
x
Double
Argument.
Return Value
Double
x
squared.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Double
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
RMath Class
Altaxo.Calc Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net