Class UFixed
Assembly: Algorand.dll
Syntax
public class UFixed : UInt, IEquatable<UInt>
Constructors
|
Edit this page
View Source
UFixed(uint, uint)
Declaration
public UFixed(uint bitwidth, uint divisor)
Parameters
| Type |
Name |
Description |
| uint |
bitwidth |
|
| uint |
divisor |
|
Properties
|
Edit this page
View Source
Bitwidth
Declaration
public uint Bitwidth { get; }
Property Value
|
Edit this page
View Source
Divisor
Declaration
public uint Divisor { get; }
Property Value
|
Edit this page
View Source
IsDynamic
Declaration
public override bool IsDynamic { get; }
Property Value
Overrides
Implements