[Missing <summary> documentation for "M:VVVV.PluginInterfaces.V1.IValueIn.GetValuePointer(System.Int32*@,System.Double**@)"]

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

Syntax

C#
void GetValuePointer(
	out int* length,
	out double** dataPointer
)

Parameters

length
Type: System..::..Int32*%

[Missing <param name="length"/> documentation for "M:VVVV.PluginInterfaces.V1.IValueIn.GetValuePointer(System.Int32*@,System.Double**@)"]

dataPointer
Type: System..::..Double**%

[Missing <param name="dataPointer"/> documentation for "M:VVVV.PluginInterfaces.V1.IValueIn.GetValuePointer(System.Int32*@,System.Double**@)"]

See Also