C-minor v0.0

CompileTimeOperators.op_explicit_byte Method

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

Overloads

op_explicit_byte(float)
op_explicit_byte(double)
op_explicit_byte(char)
op_explicit_byte(sbyte)
op_explicit_byte(short)
op_explicit_byte(ushort)
op_explicit_byte(int)
op_explicit_byte(uint)
op_explicit_byte(long)
op_explicit_byte(UInt64)

op_explicit_byte(float)

public static byte op_explicit_byte(float value);

Parameters

float value

Returns

byte

op_explicit_byte(double)

public static byte op_explicit_byte(double value);

Parameters

double value

Returns

byte

op_explicit_byte(char)

public static byte op_explicit_byte(char value);

Parameters

char value

Returns

byte

op_explicit_byte(sbyte)

public static byte op_explicit_byte(sbyte value);

Parameters

sbyte value

Returns

byte

op_explicit_byte(short)

public static byte op_explicit_byte(short value);

Parameters

short value

Returns

byte

op_explicit_byte(ushort)

public static byte op_explicit_byte(ushort value);

Parameters

ushort value

Returns

byte

op_explicit_byte(int)

public static byte op_explicit_byte(int value);

Parameters

int value

Returns

byte

op_explicit_byte(uint)

public static byte op_explicit_byte(uint value);

Parameters

uint value

Returns

byte

op_explicit_byte(long)

public static byte op_explicit_byte(long value);

Parameters

long value

Returns

byte

op_explicit_byte(UInt64)

public static byte op_explicit_byte(UInt64 value);

Parameters

UInt64 value

Returns

byte