IRootFunctions<TSelf>.Sqrt(TSelf) Method

Definition

Computes the square-root of a value.

public:
 static TSelf Sqrt(TSelf x);
public static abstract TSelf Sqrt (TSelf x);
static member Sqrt : 'Self -> 'Self
Public Shared Function Sqrt (x As TSelf) As TSelf

Parameters

x
TSelf

The value whose square-root is to be computed.

Returns

TSelf

The square-root of x.

Applies to