Click or drag to resize

DateVector(Int32, Date, Date) Constructor

Creates a vector filled with a uniform distribution generator.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+670447af29d7e7e825b02ff7e655ef2dc84132d2
Syntax
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