CompileTimeOperators.op_explicit_char Method
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor
Declaring Type: CompileTimeOperators
Overloads
op_explicit_char(float)
public static char op_explicit_char(float value);
Parameters
Returns
op_explicit_char(double)
public static char op_explicit_char(double value);
Parameters
Returns
op_explicit_char(sbyte)
public static char op_explicit_char(sbyte value);
Parameters
Returns
op_explicit_char(byte)
public static char op_explicit_char(byte value);
Parameters
Returns
op_explicit_char(short)
public static char op_explicit_char(short value);
Parameters
Returns
op_explicit_char(ushort)
public static char op_explicit_char(ushort value);
Parameters
Returns
op_explicit_char(int)
public static char op_explicit_char(int value);
Parameters
Returns
op_explicit_char(uint)
public static char op_explicit_char(uint value);
Parameters
Returns
op_explicit_char(long)
public static char op_explicit_char(long value);
Parameters
Returns
op_explicit_char(UInt64)
public static char op_explicit_char(UInt64 value);
Parameters
Returns