FractionNumerator Property

Gets or sets the number above the line in a fraction, showing how many of the parts indicated by the denominator are taken, for example, 1 in 1/2.

Definition

Namespace: DevCase.Core.Math.Common
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public int Numerator { get; set; }

Property Value

Int32

See Also