UnsignedRational.Dividend Property

Gets or sets a dividend of the rational number.

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

Syntax

C#
public uint Dividend { get; set; }

Property Value

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

See Also

Reference