public static ZilChar FromFix([NotNull] Context ctx, [NotNull] ZilFix fix) { return(new ZilChar(fix.Value)); }
public ZilFix([NotNull] ZilFix other) : this(other.value) { }