StdVectorFloat Constructor (IEnumerableSingle) |
Namespace:
Rhino.Runtime.InteropWrappers
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.26
Syntaxpublic StdVectorFloat(
IEnumerable<float> values
)
Public Sub New (
values As IEnumerable(Of Single)
)
Parameters
- values
- Type: System.Collections.GenericIEnumerableSingle
initial set of integers to add to the array
See Also