Returns the max slice count of all spreads or zero if one of the slice counts is zero.

Namespace: VVVV.PluginInterfaces.V2
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
public static int GetMaxSliceCount<T>(
	this ISpread<ISpread<T>> spreads
)

Parameters

spreads
Type: VVVV.PluginInterfaces.V2..::..ISpread<(Of <(<'ISpread<(Of <(<'T>)>)>>)>)>
A spread of spreads for which to return the max slice count.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:VVVV.PluginInterfaces.V2.SpreadExtensions.GetMaxSliceCount``1(VVVV.PluginInterfaces.V2.ISpread{VVVV.PluginInterfaces.V2.ISpread{``0}})"]

Return Value

The max slice count of all spreads.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ISpread<(Of <(<'ISpread<(Of <(<'T>)>)>>)>)>. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also