Show / Hide Table of Contents

Class FractionData

Represents a fraction.

Inheritance
object
FractionData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Hiero.Mirror
Assembly: Hiero.dll
Syntax
public class FractionData

Properties

| Edit this page View Source

Denominator

Denominator

Declaration
[JsonPropertyName("denominator")]
[JsonConverter(typeof(LongMirrorConverter))]
public long Denominator { get; set; }
Property Value
Type Description
long
| Edit this page View Source

Numerator

Numerator

Declaration
[JsonPropertyName("numerator")]
[JsonConverter(typeof(LongMirrorConverter))]
public long Numerator { get; set; }
Property Value
Type Description
long
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph