[Missing <summary> documentation for "M:VVVV.Utils.Streams.StreamUtils.IsPowerOfTwo(System.Int32)"]

Namespace: VVVV.Utils.Streams
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
public static bool IsPowerOfTwo(
	int x
)

Parameters

x
Type: System..::..Int32

[Missing <param name="x"/> documentation for "M:VVVV.Utils.Streams.StreamUtils.IsPowerOfTwo(System.Int32)"]

Return Value

[Missing <returns> documentation for "M:VVVV.Utils.Streams.StreamUtils.IsPowerOfTwo(System.Int32)"]

See Also