CascadeSharp.TKBO.IntTools.IntTools_MapOfSurfaceSample.Difference C# (CSharp) Метод

Difference() публичный Метод

public Difference ( IntTools_MapOfSurfaceSample theLeft, IntTools_MapOfSurfaceSample theRight ) : void
theLeft IntTools_MapOfSurfaceSample
theRight IntTools_MapOfSurfaceSample
Результат void
        public void Difference(IntTools_MapOfSurfaceSample theLeft, IntTools_MapOfSurfaceSample theRight)
        {
            throw new NotImplementedException();
        }