Property | Type | Description | |
---|---|---|---|
Value | decimal |
Method | Description | |
---|---|---|
ConvertExplicitly ( bool in_checked_context, System.TypeSpec target_type ) : |
||
DecimalConstant ( BuiltinTypes types, decimal d, Mono.CSharp.Location loc ) : System | ||
DecimalConstant ( System.TypeSpec type, decimal d, Mono.CSharp.Location loc ) : System | ||
Emit ( |
||
GetValue ( ) : object | ||
GetValueAsLiteral ( ) : string | ||
GetValueAsLong ( ) : long |
public ConvertExplicitly ( bool in_checked_context, System.TypeSpec target_type ) : |
||
in_checked_context | bool | |
target_type | System.TypeSpec | |
return |
public DecimalConstant ( BuiltinTypes types, decimal d, Mono.CSharp.Location loc ) : System | ||
types | BuiltinTypes | |
d | decimal | |
loc | Mono.CSharp.Location | |
return | System |
public DecimalConstant ( System.TypeSpec type, decimal d, Mono.CSharp.Location loc ) : System | ||
type | System.TypeSpec | |
d | decimal | |
loc | Mono.CSharp.Location | |
return | System |