Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetBytes()
[5/11]
static unsafe byte[] System.BitConverter.GetBytes
(
Half
value
)
inline
static
Definition at line
154
of file
BitConverter.cs
.
155
{
156
byte
[]
array
=
new
byte
[
sizeof
(Half)];
157
Unsafe
.As<byte, Half>(ref
array
[0]) =
value
;
158
return
array
;
159
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.ExceptionArgument.value
@ value
System.ExceptionArgument.array
@ array
References
System.array
, and
System.value
.
System
BitConverter
Generated by
1.10.0