Example #1
0
 /// <summary>
 /// Gets GTInt64 flag for a variable.
 /// </summary>
 public bool IsGreaterThanLongMin(VariableHandle handle) => HasConstrain(handle, NoteKind.GreaterThanLongMin) && TypeRefContext.IsLongOnly(GetLocalType(handle));
Example #2
0
 /// <summary>
 /// Gets LTInt64 flag for a variable.
 /// </summary>
 public bool IsLessThanLongMax(VariableHandle handle) => HasConstrain(handle, NoteKind.LessThanLongMax) && TypeRefContext.IsLongOnly(GetLocalType(handle));