Hi guys ,
variable X of type "UInt64" = negative value ..
How I can convert to positive value ??
I try to used
X = (-1) * X AND
X = convert.ToUInt64 (-1) * X ..
but the result other number "18446744073709541617" !!
thanks .
variable X of type "UInt64" = negative value ..
How I can convert to positive value ??
I try to used
X = (-1) * X AND
X = convert.ToUInt64 (-1) * X ..
but the result other number "18446744073709541617" !!
thanks .