Operations<T>.Sqrt Method

Returns the cube root of a number.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static T Sqrt(
	T operand
)

Parameters

operand  T
 

Return Value

T

See Also