Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CopySign()
[1/2]
static
Half
IFloatingPoint
<
Half
>. System.Half.CopySign
(
Half
x
,
Half
y
)
inline
static
Definition at line
812
of file
Half.cs
.
813
{
814
return
(
Half
)MathF.CopySign((
float
)x, (
float
)y);
815
}
System.Half.Half
Half(ushort value)
Definition
Half.cs:78
References
System.MathF.CopySign()
.
System
Half
Generated by
1.10.0