CompileTimeOperators.op_implicit_short Method
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor
Declaring Type: CompileTimeOperators
Overloads
op_implicit_short(sbyte) | |
op_implicit_short(byte) |
op_implicit_short(sbyte)
public static short op_implicit_short(sbyte value);
Parameters
sbyte value |
Returns
short |
op_implicit_short(byte)
public static short op_implicit_short(byte value);
Parameters
byte value |
Returns
short |