Click or drag to resize

DHHelperBitAt Method

[Missing <summary> documentation for "M:MLAPI.NetworkingManagerComponents.DHHelper.BitAt(System.UInt32[],System.Int64)"]

Namespace:  MLAPI.NetworkingManagerComponents
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static bool BitAt(
	this uint[] data,
	long index
)

Parameters

data
Type: SystemUInt32

[Missing <param name="data"/> documentation for "M:MLAPI.NetworkingManagerComponents.DHHelper.BitAt(System.UInt32[],System.Int64)"]

index
Type: SystemInt64

[Missing <param name="index"/> documentation for "M:MLAPI.NetworkingManagerComponents.DHHelper.BitAt(System.UInt32[],System.Int64)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:MLAPI.NetworkingManagerComponents.DHHelper.BitAt(System.UInt32[],System.Int64)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also