Evaluate not unitized tangent vector of curve

Hey,

I was wondering if there is a method to evaluate the not unitized tangent vector of a curve in C# (similar to crv.TangentAt(t) )?

Thank You!

I found it on my own. It is crv.DerivativeAt(t,o)