Hello everyone! For some reason, when I try entering 1.57079633 in Entity as a value of something, it automatically shortens it and changes it to 1.570796. Is it Entity or the plugin it is using? How do I prevent this? Thank you very much!
Regards,
Shadowz_O_Death
Entity Automatically Shortens Value
- Shadowz_O_Death
- Posts: 188
- Joined: Wed Nov 01, 2006 8:38 am
- Location: Pittsburgh, PA Xlink: Shadowz_O_Death
![]() |
Entity Automatically Shortens Value
Last edited by Shadowz_O_Death on Thu Sep 20, 2007 4:08 pm, edited 1 time in total.
Re: Entity Automatically Shortens Value
Its .NET's fault. It's binaryWriter rounds it to the nearest number usable.Shadowz_O_Death wrote:Hello everyone! For some reason, when I try entering 1.57079633 in Entity as a value of something, it automatically shortens it and changes it to 1.570796. Is it Entity or the plugin it is using? How do I prevent this? Thank you very much!
- Jason
It really doesn't make a difference and shouldnt.

- Shadowz_O_Death
- Posts: 188
- Joined: Wed Nov 01, 2006 8:38 am
- Location: Pittsburgh, PA Xlink: Shadowz_O_Death
![]() |
Re: Entity Automatically Shortens Value
I see. Thank you very much!-DeToX- wrote:Its .NET's fault. It's binaryWriter rounds it to the nearest number usable.Shadowz_O_Death wrote:Hello everyone! For some reason, when I try entering 1.57079633 in Entity as a value of something, it automatically shortens it and changes it to 1.570796. Is it Entity or the plugin it is using? How do I prevent this? Thank you very much!
- Jason
It really doesn't make a difference and shouldnt.
Regards,
Shadowz_O_Death