From 6da13eeb87593a7d173bb389fddf0f5d2ce5ffa3 Mon Sep 17 00:00:00 2001 From: Alex Dyachenko Date: Mon, 11 Jan 2016 14:48:18 -0500 Subject: [PATCH] Updated XML comments --- mpir.net/mpir.net/HugeInt.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mpir.net/mpir.net/HugeInt.h b/mpir.net/mpir.net/HugeInt.h index ae33b508..f2686a6a 100644 --- a/mpir.net/mpir.net/HugeInt.h +++ b/mpir.net/mpir.net/HugeInt.h @@ -925,6 +925,8 @@ namespace MPIR /// /// Returns the size of the absolute value of the number, measured in number of limbs. /// If op is zero, the returned value will be zero. + /// For a HugeInt object, this method simply retrieves the value from a stored private field. + /// However for an expression it can potentially be very expensive, since it requires evaluation of the expression result. /// Because this method returns a primitive type, it is computed immediately. /// /// The number of limbs used to represent the number