CascadeSharp.TKBO.IntTools.IntTools_MarkedRangeSet.GetIndex C# (CSharp) Method

GetIndex() public method

public GetIndex ( double theValue ) : int
theValue double
return int
        public int GetIndex(double theValue)
        {
            throw new NotImplementedException();
        }

Same methods

IntTools_MarkedRangeSet::GetIndex ( double theValue, bool UseLower ) : int