Click or drag to resize

FloatDataBlock Constructor

Overload List
 NameDescription
Public methodFloatDataBlock Default constructor.
Public methodFloatDataBlock(Int32) Constructs a data block that references a new array of the specified length.
Public methodFloatDataBlock(FloatDataBlock, Int32) Constructs a data block that references elements in the same array as the supplied FloatDataBlock instance, incrementing the offset into the array by the given amount.
Public methodFloatDataBlock(Single, Int32) Constructs a data block that references the elements in a given array, beginning from the specified offset into the array.
Top
See Also