UnsignedRational.Divider Property

Gets or sets a divider of the rational number.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public uint Divider { get; set; }

Property Value

The divider of the rational number (i.e. if represent rational number as p/q, divider is q).

Remarks

Divider cannot equal to zero.

See Also

Reference