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

Rational.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 Integer
C#
public int 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