Math387.Sqr / Sqrf Method

Overload List

#SignatureDescription
1Double Sqr(Double X)
2Int32 Sqr(Int32 X)
3Int64 Sqr(Int64 X)
4Single Sqr(Single X)
5Single Sqrf(Single X)Square in single precision.

Overload 1: Double Sqr(Double X)

#NameTypeDescription
1XDoublescalar

Returns: Double

Overload 2: Int32 Sqr(Int32 X)

#NameTypeDescription
1XInt32

Returns: Int32

Overload 3: Int64 Sqr(Int64 X)

#NameTypeDescription
1XInt64

Returns: Int64

Overload 4: Single Sqr(Single X)

#NameTypeDescription
1XSinglescalar

Returns: Single

Overload 5: Single Sqrf(Single X)

Square in single precision.

#NameTypeDescription
1XSinglescalar

Returns: Single - X*X computed strictly at single width (the Sqr intrinsic promotes a single argument to double on x64).