Click or drag to resize

BinaryHelpersSwapEndian Method (UInt64)

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:MLAPI.NetworkingManagerComponents.Binary.BinaryHelpers.SwapEndian(System.UInt64)"]

Namespace:  MLAPI.NetworkingManagerComponents.Binary
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static ulong SwapEndian(
	ulong value
)
Request Example View Source

Parameters

value
Type: SystemUInt64

[Missing <param name="value"/> documentation for "M:MLAPI.NetworkingManagerComponents.Binary.BinaryHelpers.SwapEndian(System.UInt64)"]

Return Value

Type: UInt64

[Missing <returns> documentation for "M:MLAPI.NetworkingManagerComponents.Binary.BinaryHelpers.SwapEndian(System.UInt64)"]

See Also