Skip to content

DiGi.ComputeSharp.Core.Constants

github-actions[bot] edited this page Jul 15, 2026 · 2 revisions

DiGi.ComputeSharp.Core.Constants Namespace

Classes

Tolerance Class

Provides tolerance constants used for numerical comparisons and geometric calculations.

public static class Tolerance

Inheritance System.Object → Tolerance

Fields

Tolerance.Angle Field

Angle tolerance. Equivalent of 2 degrees

public const double Angle = 0.0349066;

Field Value

System.Double

Tolerance.Distance Field

Distance tolerance.

public const double Distance = 1E-06;

Field Value

System.Double

Tolerance.MacroDistance Field

Macro distance tolerance.

public const double MacroDistance = 0.001;

Field Value

System.Double

Clone this wiki locally