Table of Contents

Method Sqr

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

Sqr(float)

Calculates the square of a number.

[Version(4, 5, 0)]
public static float Sqr(float x)

Parameters

x float

The number to square.

Returns

float

The square of the number.