BRDFSlices.Vector3.Length C# (CSharp) Method

Length() public method

public Length ( ) : double
return double
        public double Length()
        {
            return Math.Sqrt( LengthSq() );
        }