# Square Root (Integer)

Grammar — Square root(x)
FlagsNative | Function

Returns the square root of a number.

# Arguments

  • fixed — Value

Returns — int

native int SquareRootI(fixed x);

Category: Math / Arithmetic

# Examples

— None found —