25 references to m_value
mscorlib (25)
system\int32.cs (25)
57
if (
m_value
< i) return -1;
58
if (
m_value
> i) return 1;
67
if (
m_value
< value) return -1;
68
if (
m_value
> value) return 1;
76
return
m_value
== ((Int32)obj).
m_value
;
82
return
m_value
== obj;
87
return
m_value
;
94
return Number.FormatInt32(
m_value
, null, NumberFormatInfo.CurrentInfo);
101
return Number.FormatInt32(
m_value
, format, NumberFormatInfo.CurrentInfo);
108
return Number.FormatInt32(
m_value
, null, NumberFormatInfo.GetInstance(provider));
115
return Number.FormatInt32(
m_value
, format, NumberFormatInfo.GetInstance(provider));
176
return Convert.ToBoolean(
m_value
);
181
return Convert.ToChar(
m_value
);
186
return Convert.ToSByte(
m_value
);
191
return Convert.ToByte(
m_value
);
196
return Convert.ToInt16(
m_value
);
201
return Convert.ToUInt16(
m_value
);
206
return
m_value
;
211
return Convert.ToUInt32(
m_value
);
216
return Convert.ToInt64(
m_value
);
221
return Convert.ToUInt64(
m_value
);
226
return Convert.ToSingle(
m_value
);
231
return Convert.ToDouble(
m_value
);
236
return Convert.ToDecimal(
m_value
);