Click or drag to resize

ClipperSqr(Int64) Method

Returns the square of an integer value.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double Sqr(
	long val
)

Parameters

val  Int64
The value to square.

Return Value

Double
The squared value.
See Also