Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Mathf.Sign

public static float Sign(float f);

Description

Returns the sign of f.

Return value is 1 when f is positive or zero, -1 when f is negative.

no example available in C#

Did you find this page useful? Please give it a rating: