Method Fill
Fill(Int32, Int32, Int64)
Fill the mutable from fromIndex
(inclusive) to
toIndex
(exclusive) with val
.
Declaration
public virtual void Fill(int fromIndex, int toIndex, long val)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | fromIndex | |
System.Int32 | toIndex | |
System.Int64 | val |