Click here to Skip to main content
16,008,010 members
Home / Discussions / C#
   

C#

 
GeneralRe: Importent questions that I need very fast Pin
NaNg1524112-May-06 7:47
NaNg1524112-May-06 7:47 
GeneralRe: Importent questions that I need very fast Pin
led mike12-May-06 8:04
led mike12-May-06 8:04 
GeneralRe: Importent questions that I need very fast Pin
NaNg1524112-May-06 8:08
NaNg1524112-May-06 8:08 
GeneralRe: Importent questions that I need very fast Pin
led mike12-May-06 8:34
led mike12-May-06 8:34 
GeneralRe: Importent questions that I need very fast Pin
NaNg1524112-May-06 9:06
NaNg1524112-May-06 9:06 
GeneralRe: Importent questions that I need very fast Pin
led mike12-May-06 9:25
led mike12-May-06 9:25 
GeneralRe: Importent questions that I need very fast Pin
NaNg1524112-May-06 9:32
NaNg1524112-May-06 9:32 
GeneralRe: Importent questions that I need very fast Pin
Judah Gabriel Himango12-May-06 10:20
sponsorJudah Gabriel Himango12-May-06 10:20 
NaNg15241 wrote:
I hate MSDN, they don't know how to explain stuff...


Really? I'll concede they don't always provide the best documentation, but generally MSDN is sufficient. For example, on your TransformBlock method, they give the following information on the parameters:

inputBuffer

    The input on which to perform the operation on. 

inputOffset

    The offset into the input byte array from which to begin using data from. 

inputCount

    The number of bytes in the input byte array to use as data. 

outputBuffer

    The output to which to write the data to. 

outputOffset

    The offset into the output byte array from which to begin writing data from. 

Return Value
The number of bytes written.


Honestly, that's not bad documentation. They're telling you what each parameter is in order that you can call the function with some understanding of what's going on. Now, if you don't understand bytes, arrays, or the meanings of the terms used in the documentation, then you need to study the entire class to get a better understanding of the context.

Tech, life, family, faith: Give me a visit.
I'm currently blogging about: Islamic Domination: Coming to a Jewish state near you!
The apostle Paul, modernly speaking: Epistles of Paul

Judah Himango


GeneralRe: Importent questions that I need very fast Pin
NaNg1524112-May-06 10:25
NaNg1524112-May-06 10:25 
GeneralRe: Importent questions that I need very fast Pin
Judah Gabriel Himango12-May-06 10:48
sponsorJudah Gabriel Himango12-May-06 10:48 
GeneralRe: Importent questions that I need very fast Pin
led mike12-May-06 10:52
led mike12-May-06 10:52 
AnswerRe: Importent questions that I need very fast Pin
Ravi Bhavnani12-May-06 6:52
professionalRavi Bhavnani12-May-06 6:52 
GeneralRe: Importent questions that I need very fast Pin
NaNg1524112-May-06 7:06
NaNg1524112-May-06 7:06 
GeneralRe: Importent questions that I need very fast Pin
leppie12-May-06 7:19
leppie12-May-06 7:19 
GeneralRe: Importent questions that I need very fast Pin
NaNg1524112-May-06 7:25
NaNg1524112-May-06 7:25 
GeneralRe: Importent questions that I need very fast Pin
leppie12-May-06 11:50
leppie12-May-06 11:50 
AnswerRe: Importent questions that I need very fast Pin
leppie12-May-06 12:38
leppie12-May-06 12:38 
GeneralRe: Importent questions that I need very fast Pin
J4amieC12-May-06 23:35
J4amieC12-May-06 23:35 
AnswerRe: Importent questions that I need very fast Pin
V.12-May-06 9:51
professionalV.12-May-06 9:51 
GeneralRe: Importent questions that I need very fast Pin
NaNg1524112-May-06 10:28
NaNg1524112-May-06 10:28 
AnswerRe: Importent questions that I need very fast Pin
J4amieC12-May-06 10:11
J4amieC12-May-06 10:11 
NewsRe: Importent questions that I need very fast Pin
NaNg1524112-May-06 10:33
NaNg1524112-May-06 10:33 
GeneralRe: Importent questions that I need very fast Pin
J4amieC12-May-06 10:43
J4amieC12-May-06 10:43 
GeneralRe: Importent questions that I need very fast Pin
led mike12-May-06 11:30
led mike12-May-06 11:30 
Questionobject-access question Pin
spin vector12-May-06 6:12
spin vector12-May-06 6:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.