C-minor v0.0

CompileTimeOperators.op_explicit_sbyte Method

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

Overloads

op_explicit_sbyte(float)
op_explicit_sbyte(double)
op_explicit_sbyte(char)
op_explicit_sbyte(byte)
op_explicit_sbyte(short)
op_explicit_sbyte(ushort)
op_explicit_sbyte(int)
op_explicit_sbyte(uint)
op_explicit_sbyte(long)
op_explicit_sbyte(UInt64)

op_explicit_sbyte(float)

public static sbyte op_explicit_sbyte(float value);

Parameters

float value

Returns

sbyte

op_explicit_sbyte(double)

public static sbyte op_explicit_sbyte(double value);

Parameters

double value

Returns

sbyte

op_explicit_sbyte(char)

public static sbyte op_explicit_sbyte(char value);

Parameters

char value

Returns

sbyte

op_explicit_sbyte(byte)

public static sbyte op_explicit_sbyte(byte value);

Parameters

byte value

Returns

sbyte

op_explicit_sbyte(short)

public static sbyte op_explicit_sbyte(short value);

Parameters

short value

Returns

sbyte

op_explicit_sbyte(ushort)

public static sbyte op_explicit_sbyte(ushort value);

Parameters

ushort value

Returns

sbyte

op_explicit_sbyte(int)

public static sbyte op_explicit_sbyte(int value);

Parameters

int value

Returns

sbyte

op_explicit_sbyte(uint)

public static sbyte op_explicit_sbyte(uint value);

Parameters

uint value

Returns

sbyte

op_explicit_sbyte(long)

public static sbyte op_explicit_sbyte(long value);

Parameters

long value

Returns

sbyte

op_explicit_sbyte(UInt64)

public static sbyte op_explicit_sbyte(UInt64 value);

Parameters

UInt64 value

Returns

sbyte