CVec.Normalize Method

Liquid Quantum Simulator

CVecNormalize Method
Normalizes this vector to length 1.0.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
member Normalize : 
        len : FSharpOption<float> -> unit 

Parameters

len
Type: Microsoft.FSharp.CoreFSharpOptionDouble
The optional current length, if already calculated. The default is to invoke and use the result of AddMCC
See Also