DateVector(Int32, Date, Date) Constructor |
Creates a vector filled with a uniform distribution generator.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+670447af29d7e7e825b02ff7e655ef2dc84132d2
Syntaxpublic DateVector(
int size,
Date from,
Date to
)
Parameters
- size Int32
- Size of the vector.
- from Date
- Inclusive lower bound for the random values.
- to Date
- Exclusive pper bound for the random values.
See Also