中の技術日誌ブログ

C#とC++/CLIと
VBと.NETとWindowsで戯れる
 

目次

Blog 利用状況

ニュース

自己紹介

東京でソフトウェアエンジニアをやっています。
お仕事大募集中です。
記事執筆や、講師依頼とかでも何でもどうぞ(*^_^*)
似顔絵 MSMVPロゴ
MSMVP Visual C# Since 2004/04-2013/03

記事カテゴリ

書庫

日記カテゴリ

00-整理

01-MSMVP

Enumの存在チェック

ちょっと気になったので懸賞コードを書きました。

ポイントはEnumのキャストは意味がないということです。

(enuma)evalと(int)evalは等価です

enum ee
{
	a, b, c, d, e,
}
static void Main(string[] args)
{
	System.Diagnostics.Stopwatch sw = null;
	sw = new Stopwatch();
	sw.Start();
	for (int i = 0; i < 99999; i++)
	{
		funca((ee)i);
	}
	sw.Stop();
	Console.WriteLine(sw.ElapsedTicks);


	sw = new Stopwatch(); 
	sw.Start();
	for (int i = 0; i < 99999; i++)
	{
		funcb((ee)i);
	}
	sw.Stop();
	Console.WriteLine(sw.ElapsedTicks);
}
static void funca(ee val)
{
	if (Enum.IsDefined(typeof(ee), val))
	{ }
	else {
		int i = 0; }
}
static void funcb(ee val)
{
	try
	{
		ee val2 = (ee) val;
	}
	catch {
		int i = 0; }

}

int i=0でブレークしてみてください。

http://blog.tk-engineering.com/?eid=701110

投稿日時 : 2007年11月2日 9:33

コメントを追加

# re: Enumの存在チェック 2007/11/02 9:59 さかもと

なにが当たるのかとても楽しみなコードですね、と神に突っ込みを入れてみるテスト。

# re: Enumの存在チェック 2007/11/02 13:07 えムナウ

Enum.GetName で null チェック か Enum.IsDefined と思っていたので・・・
リンク先の記事はびっくりしました。

でもやっぱりね。

# Everything is very open with a very clear description of the issues. It was definitely informative. Your website is very helpful. Many thanks for sharing! 2021/09/05 14:50 Everything is very open with a very clear descript

Everything is very open with a very clear description of the issues.
It was definitely informative. Your website is very helpful.
Many thanks for sharing!

# Everything is very open with a very clear description of the issues. It was definitely informative. Your website is very helpful. Many thanks for sharing! 2021/09/05 14:51 Everything is very open with a very clear descript

Everything is very open with a very clear description of the issues.
It was definitely informative. Your website is very helpful.
Many thanks for sharing!

# Everything is very open with a very clear description of the issues. It was definitely informative. Your website is very helpful. Many thanks for sharing! 2021/09/05 14:52 Everything is very open with a very clear descript

Everything is very open with a very clear description of the issues.
It was definitely informative. Your website is very helpful.
Many thanks for sharing!

# Everything is very open with a very clear description of the issues. It was definitely informative. Your website is very helpful. Many thanks for sharing! 2021/09/05 14:53 Everything is very open with a very clear descript

Everything is very open with a very clear description of the issues.
It was definitely informative. Your website is very helpful.
Many thanks for sharing!

# It's actually very difficult in this busy life to listen news on TV, so I only use world wide web for that reason, and take the most recent news. ps4 games https://j.mp/3nkdKIi ps4 2021/09/12 14:23 It's actually very difficult in this busy life to

It's actually very difficult in this busy life to listen news on TV, so I
only use world wide web for that reason, and take the most recent
news. ps4 games https://j.mp/3nkdKIi ps4

# It's actually very difficult in this busy life to listen news on TV, so I only use world wide web for that reason, and take the most recent news. ps4 games https://j.mp/3nkdKIi ps4 2021/09/12 14:24 It's actually very difficult in this busy life to

It's actually very difficult in this busy life to listen news on TV, so I
only use world wide web for that reason, and take the most recent
news. ps4 games https://j.mp/3nkdKIi ps4

# It's actually very difficult in this busy life to listen news on TV, so I only use world wide web for that reason, and take the most recent news. ps4 games https://j.mp/3nkdKIi ps4 2021/09/12 14:25 It's actually very difficult in this busy life to

It's actually very difficult in this busy life to listen news on TV, so I
only use world wide web for that reason, and take the most recent
news. ps4 games https://j.mp/3nkdKIi ps4

# When some one searches for his required thing, so he/she wishes to be available that in detail, therefore that thing is maintained over here. 2021/10/25 20:53 When some one searches for his required thing, so

When some one searches for his required thing, so he/she wishes
to be available that in detail, therefore that thing is maintained over here.

# A fascinating discussion is definitely worth comment. There's no doubt that that you need to write more on this subject matter, it might not be a taboo subject but usually folks don't talk about these subjects. To the next! Best wishes!! 2021/10/26 20:20 A fascinating discussion is definitely worth comme

A fascinating discussion is definitely worth comment.

There's no doubt that that you need to write more on this subject matter, it
might not be a taboo subject but usually folks don't talk about these subjects.

To the next! Best wishes!!

# A fascinating discussion is definitely worth comment. There's no doubt that that you need to write more on this subject matter, it might not be a taboo subject but usually folks don't talk about these subjects. To the next! Best wishes!! 2021/10/26 20:21 A fascinating discussion is definitely worth comme

A fascinating discussion is definitely worth comment.

There's no doubt that that you need to write more on this subject matter, it
might not be a taboo subject but usually folks don't talk about these subjects.

To the next! Best wishes!!

# A fascinating discussion is definitely worth comment. There's no doubt that that you need to write more on this subject matter, it might not be a taboo subject but usually folks don't talk about these subjects. To the next! Best wishes!! 2021/10/26 20:22 A fascinating discussion is definitely worth comme

A fascinating discussion is definitely worth comment.

There's no doubt that that you need to write more on this subject matter, it
might not be a taboo subject but usually folks don't talk about these subjects.

To the next! Best wishes!!

# A fascinating discussion is definitely worth comment. There's no doubt that that you need to write more on this subject matter, it might not be a taboo subject but usually folks don't talk about these subjects. To the next! Best wishes!! 2021/10/26 20:23 A fascinating discussion is definitely worth comme

A fascinating discussion is definitely worth comment.

There's no doubt that that you need to write more on this subject matter, it
might not be a taboo subject but usually folks don't talk about these subjects.

To the next! Best wishes!!

# Great web site you have got here.. It's difficult to find high quality writing like yours these days. I seriously appreciate people like you! Take care!! 2021/11/12 15:38 Great web site you have got here.. It's difficult

Great web site you have got here.. It's difficult to find high quality writing like
yours these days. I seriously appreciate people like you!

Take care!!

# Your style is so unique compared to other folks I have read stuff from. I appreciate you for posting when you've got the opportunity, Guess I will just book mark this page. 2024/04/05 5:55 Your style is so unique compared to other folks I

Your style is so unique compared to other folks I have read stuff from.

I appreciate you for posting when you've got the opportunity, Guess I will just book mark this page.

# My relatives every time say that I am wasting my time here at web, however I know I am getting knowledge everyday by reading such good articles. 2024/04/05 16:52 My relatives every time say that I am wasting my t

My relatives every time say that I am wasting my
time here at web, however I know I am getting knowledge everyday by reading such good articles.

# I think the admin of this web page is genuinely working hard in support of his site, for the reason that here every stuff is quality based information. 2024/04/26 5:31 I think the admin of this web page is genuinely wo

I think the admin of this web page is genuinely working hard in support of
his site, for the reason that here every stuff is quality based
information.

# Hi to every single one, it's in fact a pleasant for me to pay a quick visit this website, it contains precious Information. 2024/05/03 4:47 Hi to every single one, it's in fact a pleasant fo

Hi to every single one, it's in fact a pleasant for me to pay a quick visit this website,
it contains precious Information.

# I enjoy reading an article that can make men and women think. Also, many thanks for allowing me to comment! 2024/05/13 6:03 I enjoy reading an article that can make men and w

I enjoy reading an article that can make men and
women think. Also, many thanks for allowing me to comment!

# I enjoy reading an article that can make men and women think. Also, many thanks for allowing me to comment! 2024/05/13 6:04 I enjoy reading an article that can make men and w

I enjoy reading an article that can make men and
women think. Also, many thanks for allowing me to comment!

# I enjoy reading an article that can make men and women think. Also, many thanks for allowing me to comment! 2024/05/13 6:04 I enjoy reading an article that can make men and w

I enjoy reading an article that can make men and
women think. Also, many thanks for allowing me to comment!

# I enjoy reading an article that can make men and women think. Also, many thanks for allowing me to comment! 2024/05/13 6:05 I enjoy reading an article that can make men and w

I enjoy reading an article that can make men and
women think. Also, many thanks for allowing me to comment!

# Appreciation to my father who told me on the topic of this web site, this web site is really remarkable. 2024/05/16 8:12 Appreciation to my father who told me on the topic

Appreciation to my father who told me on the topic of
this web site, this web site is really remarkable.

タイトル
名前
URL
コメント