diff --git a/src/api/dotnet/FPExpr.cs b/src/api/dotnet/FPExpr.cs
index 03ae0bff1..e59cde857 100644
--- a/src/api/dotnet/FPExpr.cs
+++ b/src/api/dotnet/FPExpr.cs
@@ -38,7 +38,7 @@ namespace Microsoft.Z3
///
/// The number of significand bits.
///
- public uint SBits { get { return ((FPSort)Sort).EBits; } }
+ public uint SBits { get { return ((FPSort)Sort).SBits; } }
#region Internal
/// Constructor for FPExpr