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