MLAPI/docs/M_MLAPI_NetworkingManagerComponents_DHHelper_BitAt.md
2018-03-31 10:20:18 +02:00

1.8 KiB

DHHelper.BitAt 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: System.UInt32[]
[Missing documentation for "M:MLAPI.NetworkingManagerComponents.DHHelper.BitAt(System.UInt32[],System.Int64)"]
index
Type: System.Int64
[Missing documentation for "M:MLAPI.NetworkingManagerComponents.DHHelper.BitAt(System.UInt32[],System.Int64)"]

Return Value

Type: Boolean
[Missing 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

Reference

DHHelper Class
MLAPI.NetworkingManagerComponents Namespace