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.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
public 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.