Random Extensions.<G>$5AB 4ABAAFA 3359CDE 65D 50F 3C 2439F 05.Fill Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
Overload List
| Fill( | Fills a Double array with random numbers. |
| Fill( | Fills an Int32 array with random numbers. |
| Fill( | Fills a Double array with random numbers. |
| Fill( | Fills an Int32 array with random numbers. |
Fill(IList<Double>)
Fills a Double array with random numbers.
Exceptions
| Argument | samples is null. |
Fill(IList<Int32>)
Fills an Int32 array with random numbers.
Exceptions
| Argument | samples is null. |
Fill(IList<Double>, Int32, Int32)
Fills a Double array with random numbers.
public void Fill(
IList<double> samples,
int startIndex,
int length
)Parameters
Exceptions
| Argument | samples is null. |
| Argument | startIndex is less than zero. -or- length is less than zero. |
| Argument | length is greater than the number of elements from startIndex to the end of samples. |
Fill(IList<Int32>, Int32, Int32)
Fills an Int32 array with random numbers.
public void Fill(
IList<int> samples,
int startIndex,
int length
)Parameters
Exceptions
| Argument | random is null. -or- samples is null. |
| Argument | startIndex is less than zero. -or- length is less than zero. |
| Argument | length is greater than the number of elements from startIndex to the end of samples. |