Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator-()
[2/4]
static
Half
IUnaryNegationOperators
<
Half
,
Half
>. System.Half.operator-
(
Half
value
)
inline
static
Definition at line
1397
of file
Half.cs
.
1398
{
1399
return
(
Half
)(0f - (float)
value
);
1400
}
System.ExceptionArgument.value
@ value
System.Half.Half
Half(ushort value)
Definition
Half.cs:78
References
System.value
.
System
Half
Generated by
1.10.0