K维集合(KSet)

接口为IKSet<TPoint>。

方法只有

public bool Contains(TPoint pos);

用来判断一个点是否在K维集合内。

最后更新于

这有帮助吗?