Class FractionData
Represents a fraction.
Inherited Members
Namespace: Hiero.Mirror
Assembly: Hiero.dll
Syntax
public class FractionData
Properties
| Edit this page View SourceDenominator
Denominator
Declaration
[JsonPropertyName("denominator")]
[JsonConverter(typeof(LongMirrorConverter))]
public long Denominator { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
Numerator
Numerator
Declaration
[JsonPropertyName("numerator")]
[JsonConverter(typeof(LongMirrorConverter))]
public long Numerator { get; set; }
Property Value
| Type | Description |
|---|---|
| long |