C-minor v0.0

CompileTimeOperators.op_explicit_char Method

Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor
Declaring Type: CompileTimeOperators

Overloads

op_explicit_char(float)
op_explicit_char(double)
op_explicit_char(sbyte)
op_explicit_char(byte)
op_explicit_char(short)
op_explicit_char(ushort)
op_explicit_char(int)
op_explicit_char(uint)
op_explicit_char(long)
op_explicit_char(UInt64)

op_explicit_char(float)

public static char op_explicit_char(float value);

Parameters

float value

Returns

char

op_explicit_char(double)

public static char op_explicit_char(double value);

Parameters

double value

Returns

char

op_explicit_char(sbyte)

public static char op_explicit_char(sbyte value);

Parameters

sbyte value

Returns

char

op_explicit_char(byte)

public static char op_explicit_char(byte value);

Parameters

byte value

Returns

char

op_explicit_char(short)

public static char op_explicit_char(short value);

Parameters

short value

Returns

char

op_explicit_char(ushort)

public static char op_explicit_char(ushort value);

Parameters

ushort value

Returns

char

op_explicit_char(int)

public static char op_explicit_char(int value);

Parameters

int value

Returns

char

op_explicit_char(uint)

public static char op_explicit_char(uint value);

Parameters

uint value

Returns

char

op_explicit_char(long)

public static char op_explicit_char(long value);

Parameters

long value

Returns

char

op_explicit_char(UInt64)

public static char op_explicit_char(UInt64 value);

Parameters

UInt64 value

Returns

char