DateVector(Int32, Date, Date) Constructor

Creates a vector filled with a uniform distribution generator.

Definition

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
C#
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.

See Also