MonobjcMonobjc Documented Class Library
TakeFloatValueFrom Method (sender)
NamespacesMonobjc.AppKitNSControlTakeFloatValueFrom(Id)

Sets the value of the receiver’s cell to a single-precision floating-point value obtained from the specified object.

Original signature is '- (void)takeFloatValueFrom:(id)sender'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void TakeFloatValueFrom(
	Id sender
)
Public Overridable Sub TakeFloatValueFrom ( _
	sender As Id _
)
public:
virtual void TakeFloatValueFrom(
	Id^ sender
)
Parameters
sender (Id)
The object from which to take the value. This object must respond to the floatValue message.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)