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