CVec Constructor (UInt64, Boolean) |
Creates a new vector filled with zeroes.
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax new :
_len : uint64 *
force : bool -> CVec
Parameters
- _len
- Type: SystemUInt64
The length of the vector - force
- Type: SystemBoolean
Option to force complete (non-sparse) allocation of
the vector. The default to false, which leaves the vector sparse.
See Also