Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator--()
[1/2]
static
Half
IDecrementOperators
<
Half
>. System.Half.operator--
(
Half
value
)
inline
static
Definition at line
692
of file
Half.cs
.
693
{
694
float
num = (float)
value
;
695
num -= 1f;
696
return
(
Half
)num;
697
}
System.ExceptionArgument.value
@ value
System.Half.Half
Half(ushort value)
Definition
Half.cs:78
References
System.value
.
System
Half
Generated by
1.10.0