Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Sign()
[1/2]
static double
INumber
< double >. System.Double.Sign
(
double
value
)
inline
static
Definition at line
1095
of file
Double.cs
.
1096
{
1097
return
Math.Sign(
value
);
1098
}
System.ExceptionArgument.value
@ value
References
System.Math.Sign()
, and
System.value
.
System
Double
Generated by
1.10.0