static public GKToySharedLong operator %(GKToySharedLong lhs, GKToySharedLong rhs) { GKToySharedLong result = new GKToySharedLong(); result = (long)(lhs.GetValue()) % (long)(rhs.GetValue()); return(result); }
override public void Init(GKToyBaseOverlord ovelord) { base.Init(ovelord); _output = new GKToySharedLong(); outputObject = _output; }