JaCIL Framework API

Ordinal.CreateMedian Method 

Returns an ordinal based on this one with the given median offset and zero minor.

public Ordinal CreateMedian(
   int offset
);

Parameters

offset
The median offset to use

Return Value

An ordinal like this one with the given median offset and zero minor.

See Also

Ordinal Class | JaCIL.Compiler.Instruction Namespace