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

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

Syntax

C#
public static int CombineStreams(
	this int c1,
	int c2
)

Parameters

c1
Type: System..::..Int32

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

c2
Type: System..::..Int32

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

Return Value

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

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Int32. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also