NCF参数化建筑论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 90994|回复: 159
打印 上一主题 下一主题

[VB & C#] 学grasshopper里脚本的朋友看过来

  [复制链接]
跳转到指定楼层
1m
发表于 2011-3-31 10:06:01 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
本帖最后由 翳影 于 2011-3-31 12:19 编辑 Object Class (System) System Namespace () 你懂的 再加一个!
游客,如果您要查看本帖隐藏内容请回复
Array::SetValue Method (Object, Int32, Int32)[size=1em].NET Framework 4 Sets a value to the element at the specified position in the two-dimensional Array. The indexes are specified as 32-bit integers. Namespace: System Assembly: mscorlib (in mscorlib.dll)Syntax VBC#F#JScript public:void SetValue( Object^ value, int index1, int index2) ParametersvalueType: System::Object The new value for the specified element. index1Type: System::Int32 A 32-bit integer that represents the first-dimension index of the Array element to set. index2Type: System::Int32 A 32-bit integer that represents the second-dimension index of the Array element to set. The GetLowerBound and GetUpperBound methods can determine whether any of the indexes is out of bounds. For more information about conversions, see Convert. This method is an O(1) operation.
Note
If SetValue is used to assign nullptr to an element of an array of value types, all fields of the element are initialized to zero. The value of the element is not a null reference, and cannot be found by searching for a null reference.
Examples The following code example demonstrates how to set and get a specific value in a one-dimensional or multidimensional array. VB C# F# JScript using namespace System; int main() { // Creates and initializes a one-dimensional array. array^myArr1 = gcnew array(5); // Sets the element at index 3. myArr1->SetValue( "three", 3 ); Console::WriteLine( "[3]: {0}", myArr1->GetValue( 3 ) ); // Creates and initializes a two-dimensional array. array^myArr2 = gcnew array(5,5); // Sets the element at index 1,3. myArr2->SetValue( "one-three", 1, 3 ); Console::WriteLine( "[1,3]: {0}", myArr2->GetValue( 1, 3 ) ); // Creates and initializes a three-dimensional array. array^myArr3 = gcnew array(5,5,5); // Sets the element at index 1,2,3. myArr3->SetValue( "one-two-three", 1, 2, 3 ); Console::WriteLine( "[1,2,3]: {0}", myArr3->GetValue( 1, 2, 3 ) ); // Creates and initializes a seven-dimensional array. array^myArr7 = gcnew array(5,5,5,5,5,5,5); // Sets the element at index 1,2,3,0,1,2,3. array^myIndices = {1,2,3,0,1,2,3}; myArr7->SetValue( "one-two-three-zero-one-two-three", myIndices ); Console::WriteLine( "[1,2,3,0,1,2,3]: {0}", myArr7->GetValue( myIndices ) );} /* This code produces the following output. [3]: three [1,3]: one-three [1,2,3]: one-two-three [1,2,3,0,1,2,3]: one-two-three-zero-one-two-three*/

评分

参与人数 1强度 +1 照度 +22 收起 理由
angela_top1 + 1 + 22 好资源~

查看全部评分

分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏1 分享分享
2m
发表于 2011-3-31 11:07:39 | 只看该作者
晕。不懂!!
3m
 楼主| 发表于 2011-3-31 11:20:02 | 只看该作者
2# ememery 各种method
4m
发表于 2011-3-31 11:55:10 | 只看该作者
确实不懂的说
5m
发表于 2011-3-31 12:09:05 | 只看该作者
See 一眼。真是不懂哦。
6m
发表于 2011-3-31 12:40:07 | 只看该作者
哇,这个帖子好解渴啊
7m
发表于 2011-3-31 13:10:04 | 只看该作者
先看看。。。。。。。。。。。。。
8m
发表于 2011-3-31 13:54:44 | 只看该作者
以后懂,参考先
9m
发表于 2011-3-31 14:03:52 | 只看该作者
完全不懂,天书一样
10m
发表于 2011-3-31 14:12:19 | 只看该作者
头大头大头很大 E文苦手的说
11m
 楼主| 发表于 2011-3-31 14:48:27 | 只看该作者
头大头大头很大 E文苦手的说 忘忘 发表于 2011-3-31 14:12
右上角可以调成中文
12m
发表于 2011-3-31 15:00:09 | 只看该作者
先顶再看。。。。。。
13m
发表于 2011-3-31 16:18:56 | 只看该作者
回复有意思吗?
14m
发表于 2011-3-31 17:11:49 | 只看该作者
先看看。。。。。。。。。。。。。
15m
发表于 2011-3-31 17:49:10 | 只看该作者
回复看看,还用隐藏功能= =+
16m
发表于 2011-3-31 18:34:02 | 只看该作者
这个真不行,纯帮顶
17m
 楼主| 发表于 2011-3-31 20:35:46 | 只看该作者
回复有意思吗? qq56 发表于 2011-3-31 16:18
你觉得呢?嘿嘿
18m
发表于 2011-3-31 21:55:38 | 只看该作者
这个。。。。可能以后会弄懂吧。。
19m
发表于 2011-3-31 23:36:12 | 只看该作者
完全不懂啊,初学。。。
20m
发表于 2011-3-31 23:38:37 | 只看该作者
script还没开始学习啊。。

小黑屋|手机版|NCF参数化建筑论坛 ( 浙ICP备2020044100号-2 )    辽公网安备21021102000973号

GMT+8, 2024-4-20 16:41 , Processed in 0.067427 second(s), 19 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表