algorithms/ filln.bi | |
License | Copyright © 2009, FreeBASIC Extended Library Development Group |
Functions | |
FillN | Assigns a value x to a number of elements n in the starting at first. |
Copyright © 2009, FreeBASIC Extended Library Development Group
Distributed under the FreeBASIC Extended Library Group license. See accompanying file LICENSE.txt or copy at http://code.google.com- /p- /fb-extended-lib- /wiki- /License
declare sub FillN overload ( byval first as fbext_TypeName(T_) ptr, byval n as ext.SizeType, byref x as const fbext_TypeName(T_) )
Assigns a value x to a number of elements n in the starting at first.
first | A pointer to the first element in the range to assign. |
n | The number of elements in the range. |
x | The value to assign. |
Assigns a value x to a number of elements n in the starting at first.
declare sub FillN overload ( byval first as fbext_TypeName(T_) ptr, byval n as ext.SizeType, byref x as const fbext_TypeName(T_) )