FractionDenominator Property

Gets or sets the number below the line in a fraction; a divisor, for example, 2 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 Denominator { get; set; }

Property Value

Int32

See Also