Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Sign()
[1/2]
static
Half
INumber
<
Half
>. System.Half.Sign
(
Half
value
)
inline
static
Definition at line
1270
of file
Half.cs
.
1271
{
1272
return
(
Half
)MathF.Sign((
float
)
value
);
1273
}
System.ExceptionArgument.value
@ value
System.Half.Half
Half(ushort value)
Definition
Half.cs:78
References
System.MathF.Sign()
, and
System.value
.
System
Half
Generated by
1.10.0