mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
Return significand bits correctly (dotnet API). Fixes #4584
This commit is contained in:
parent
ed58175e1b
commit
b6867d69c2
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ namespace Microsoft.Z3
|
|||
/// <summary>
|
||||
/// The number of significand bits.
|
||||
/// </summary>
|
||||
public uint SBits { get { return ((FPSort)Sort).EBits; } }
|
||||
public uint SBits { get { return ((FPSort)Sort).SBits; } }
|
||||
|
||||
#region Internal
|
||||
/// <summary> Constructor for FPExpr </summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue