Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Sqrt()
[1/2]
static
Half
IFloatingPoint
<
Half
>. System.Half.Sqrt
(
Half
x
)
inline
static
Definition at line
944
of file
Half.cs
.
945
{
946
return
(
Half
)MathF.Sqrt((
float
)x);
947
}
System.Half.Half
Half(ushort value)
Definition
Half.cs:78
References
System.MathF.Sqrt()
.
System
Half
Generated by
1.10.0