单项选择题

在C#中,下列选项赋值正确的是()。

A.float a=’1’;
B.float a=1f;
C.float a=1;
D.float a=1.0;