Bend.FreespaceExtent.length C# (CSharp) Method

length() public method

public length ( ) : long
return long
        public long length()
        {
            return (end_addr - start_addr);
        }