mirror of
https://github.com/creeperlv/SVM.git
synced 2026-01-11 21:09:53 +00:00
SD is now properly working.
This commit is contained in:
@@ -209,6 +209,10 @@ namespace SVM.Core.Data
|
||||
{
|
||||
return new CompactDouble(Value % R.Value);
|
||||
}
|
||||
public override string ToString()
|
||||
{
|
||||
return this.Value.ToString();
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user