IReal Operations<T>.Sqrt Method
Returns the square root of a value.
Definition
Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The square root of a.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
T Sqrt(
T a
)
Parameters
- a T
- A value.
Return Value
TThe square root of a.