Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator++()
[1/2]
static
Half
IIncrementOperators
<
Half
>. System.Half.operator++
(
Half
value
)
inline
static
Definition at line
1016
of file
Half.cs
.
1017
{
1018
float
num = (float)
value
;
1019
num += 1f;
1020
return
(
Half
)num;
1021
}
System.ExceptionArgument.value
@ value
System.Half.Half
Half(ushort value)
Definition
Half.cs:78
References
System.value
.
System
Half
Generated by
1.10.0