This documentation is for the old version. Go to the latest Graphics Mill docs

UnsignedRational.Dividend Property

Gets/sets dividend of the rational number.

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

Syntax

Visual Basic
Public Property Dividend As UInteger
C#
public uint Dividend { get; set; }

Property Value

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

See Also

Reference